Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@georgringer
Created May 27, 2021 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgringer/5c0638648919c273885ee5daff044ade to your computer and use it in GitHub Desktop.
Save georgringer/5c0638648919c273885ee5daff044ade to your computer and use it in GitHub Desktop.
Share news article without any extra ext
<nav class="newsdetail__sharing-sidebar" role="navigation" aria-label="sharing">
<f:variable name="currentUrl">{n:link(newsItem:newsItem,uriOnly:1,configuration:{forceAbsoluteUrl:1}) -> f:format.htmlentities()}</f:variable>
<a target="_blank" rel="noopener" title="Auf Facebook teilen" href="https://www.facebook.com/sharer/sharer.php?u={currentUrl}" class="newsdetail__sharing-sidebar__link"><span class="fab fa-facebook">&nbsp;</span></a>
<a target="_blank" rel="noopener" title="Auf twitter teilen" href="https://twitter.com/share?url={currentUrl}" class="newsdetail__sharing-sidebar__link"><span class="fab fa-twitter">&nbsp;</span></a>
<a target="_blank" rel="noopener" title="Auf pinterest teilen" href=
"https://pinterest.com/pin/create/button/?url={currentUrl}" class="newsdetail__sharing-sidebar__link"><span class="fab fa-pinterest">&nbsp;</span></a>
<a target="_blank" rel="noopener" title="via email teilen" href=
"mailto:?subject=XYZ%20empfiehlt%20{newsItem.title}" class="newsdetail__sharing-sidebar__link"><span class="fa fa-envelope">&nbsp;</span></a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment