blueswen / mkdocs-glightbox

A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
https://blueswen.github.io/mkdocs-glightbox/
MIT License
115 stars 14 forks source link

Social Share? #31

Open mweth opened 5 months ago

mweth commented 5 months ago

Is there an easy way to add a "share to [social]" link to the gallery view of images? It would work nicely below the image and before the caption.

blueswen commented 4 months ago

You can try using Advanced Description to add a link to the caption.

![Castelo de São Jorge, Lisbon, Portugal](../images/gallery/blueswen-lisbon.jpeg){ width="500px" data-title="Cabo da Roca, Portugal. Credit: Blueswen" data-description=".custom-desc1" }

<div class="glightbox-desc custom-desc1">
<a href="https://twitter.com/intent/tweet?text=">Share on Twitter</a>
<p>Saint George's Castle is a historic castle in the Portuguese capital of Lisbon, located in the freguesia of Santa Maria Maior.</p>
<p>Human occupation of the castle hill dates to at least the 8th century BC while the first fortifications built date from the 1st century BC.</p>
</div>
</div>

Social Share Demo