Skip to content

Commit

Permalink
Social share LinkedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Nov 14, 2024
1 parent 93acd0d commit c171b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/partial/socialshare.twig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<aside class="px-6 md:px-12 max-w-3xl mx-auto mt-8 pb-8">
<p class="text-sm tracking-wide uppercase font-bold font-round text-gray-500 mb-2">Deel dit op:</p>
<div class="flex items-center flex-wrap -m-1">
<a href="https://twitter.com/share?text={{ post.title }}&url={{ post.link }}?utm_medium=social%26utm_source=Twitter%26utm_campaign=sharebutton&via=zwupdate" target="_blank" style="color: #55ACEE" class="border-current border flex items-center pl-1 pr-3 m-1 rounded">
<a href="https://www.linkedin.com/sharing/share-offsite/?url={{ post.link }}?utm_medium=social%26utm_source=LinkedIn%26utm_campaign=sharebutton" target="_blank" style="color: #55ACEE" class="border-current border flex items-center pl-1 pr-3 m-1 rounded">
<svg width="32" height="32" viewBox="0 0 32 32" class="fill-current" xmlns="http://www.w3.org/2000/svg">
<path d="M23.5 11.5717C22.9479 11.8101 22.3555 11.9718 21.7331 12.044C22.3686 11.6731 22.8551 11.0848 23.0857 10.3859C22.4896 10.7294 21.8315 10.9788 21.1304 11.114C20.569 10.5303 19.7704 10.1667 18.8846 10.1667C17.1852 10.1667 15.8073 11.5096 15.8073 13.1649C15.8073 13.3996 15.8345 13.6289 15.887 13.8482C13.33 13.723 11.0626 12.5291 9.5451 10.7148C9.27983 11.1569 9.12892 11.6721 9.12892 12.2221C9.12892 13.2626 9.67258 14.1807 10.4974 14.7179C9.99314 14.7014 9.51885 14.5662 9.10363 14.3415V14.3789C9.10363 15.8315 10.1647 17.0437 11.5716 17.3196C11.3138 17.3872 11.042 17.4247 10.7608 17.4247C10.5621 17.4247 10.37 17.4055 10.1815 17.3689C10.5733 18.5611 11.7094 19.428 13.0554 19.4518C12.0028 20.2557 10.6755 20.7335 9.23392 20.7335C8.98554 20.7335 8.74088 20.7189 8.5 20.6924C9.86194 21.5447 11.4788 22.0417 13.2166 22.0417C18.8771 22.0417 21.9712 17.4722 21.9712 13.5093L21.9609 13.121C22.5655 12.7008 23.0885 12.1728 23.5 11.5717Z"></path>
<path d="m72.16 99.73h-62.233c-2.762 0-5 2.239-5 5v199.928c0 2.762 2.238 5 5 5h62.233c2.762 0 5-2.238 5-5v-199.928c0-2.761-2.238-5-5-5z"/><path d="m41.066.341c-22.644 0-41.066 18.402-41.066 41.021 0 22.629 18.422 41.038 41.066 41.038 22.626 0 41.033-18.41 41.033-41.038.001-22.619-18.407-41.021-41.033-41.021z"/><path d="m230.454 94.761c-24.995 0-43.472 10.745-54.679 22.954v-12.985c0-2.761-2.238-5-5-5h-59.599c-2.762 0-5 2.239-5 5v199.928c0 2.762 2.238 5 5 5h62.097c2.762 0 5-2.238 5-5v-98.918c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204c0 2.762 2.238 5 5 5h62.12c2.762 0 5-2.238 5-5v-109.664c0-49.565-9.451-100.234-79.546-100.234z"></path>
</svg>
Twitter</a>
LinkedIn</a>
<a href="https://www.facebook.com/sharer.php?u={{ post.link }}?utm_medium=social%26utm_source=Facebook%26utm_campaign=sharebutton&t={{ post.title }}" target="_blank" style="color: #3B5999" class="border-current border flex items-center pl-1 pr-3 m-1 rounded">
<svg width="32" height="32" viewBox="0 0 32 32" class="fill-current" xmlns="http://www.w3.org/2000/svg">
<path d="M14.3334 13.7778H12.6667V16H14.3334V22.6667H17.1111V16H19.1345L19.3334 13.7778H17.1111V12.8517C17.1111 12.3211 17.2178 12.1111 17.7306 12.1111H19.3334V9.33333H17.2178C15.22 9.33333 14.3334 10.2128 14.3334 11.8972V13.7778Z"></path>
Expand Down

0 comments on commit c171b5b

Please sign in to comment.