GeoDirectory SupportOne more social link button – GeoDirectory Support https://wpgeodirectory.com/support/topic/one-more-social-link-button/feed Sat, 15 Mar 2025 05:53:19 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39001 <![CDATA[One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39001 Thu, 07 May 2015 21:29:25 +0000 vcherednichenko Is it possible to add one more social link (vk.com) button in section that displays on Detail page sidebar?

And is it possible to align the buttons so they are not bunched together?

Please see the attached image

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39005 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39005 Thu, 07 May 2015 21:47:51 +0000 Simone Hi, this is a custom modification.
Take a look here, Ive made some time a go a similar thing for WhatsApp,

Create your own embed code here
https://vk.com/dev/Like

and paste the code replacing the one for whatsapp, all is explained here
https://wpgeodirectory.com/support/topic/share-buttons/#post-29165

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39010 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39010 Thu, 07 May 2015 22:44:37 +0000 vcherednichenko Here’s a code I did. How to insert the correct help please

<!– Put this script tag to the <head> of your page –>
<script type=”text/javascript” src=”//vk.com/js/api/openapi.js?116″></script>

<script type=”text/javascript”>
VK.init({apiId: 2149373, onlyWidgets: true});
</script>

<!– Put this div tag to the place, where the Like block will be –>
<div id=”vk_like”></div>
<script type=”text/javascript”>
VK.Widgets.Like(“vk_like”, {type: “button”});
</script>

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39039 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39039 Fri, 08 May 2015 13:05:19 +0000 Simone try with


add_action('geodir_after_social_sharing_buttons' , 'pinterest_vk', 10);
function pinterest_vk(){

 ?>

<!– Put this script tag to the <head> of your page –>
<script type=”text/javascript” src=”//vk.com/js/api/openapi.js?116″></script>

<script type=”text/javascript”>
VK.init({apiId: 2149373, onlyWidgets: true});
</script>

<!– Put this div tag to the place, where the Like block will be –>
<div id=”vk_like”></div>
<script type=”text/javascript”>
VK.Widgets.Like(“vk_like”, {type: “button”});
</script>

 }

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39177 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39177 Sun, 10 May 2015 13:43:33 +0000 vcherednichenko When add the code in functions.php, I got a white screen. Now I can not log in admin panel, and on the site.))) is well, that I experimented on the another site

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39217 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39217 Mon, 11 May 2015 15:58:07 +0000 vcherednichenko Please tell me what to do?

]]>
https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39230 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39230 Mon, 11 May 2015 17:44:57 +0000 Paolo https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39256 <![CDATA[Reply To: One more social link button]]> https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39256 Mon, 11 May 2015 21:58:37 +0000 vcherednichenko I agree on a fee.

How much will cost to align the icons, so that they were in a row and do not block each other?

Thank you

]]>