Facebook and OG tags

Where are the og tags created for the new social share on the pages?

I'm having a problem on what is being pulled.

Example, I have a poll site. I have lot's of polls.

The share button under the actions block works correctly although I would like to know how to edit these.

I've spent a couple hours now trying to find it.


 

The new share feature,

 

shares this,

 

"All Polls" when I wanted to only share the poll I'm viewing, not "All Polls."

This current method is stupid!

this share to facebook.JPG · 15.8K · 369 views
all polls.JPG · 23.1K · 336 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Sep 2015

inc/classes/BxDolTemplate.php:    function setOpenGraphInfo($a, $sNamespace = 'og')


templates/base/scripts/BxBaseProfileView.php:        $GLOBALS['oSysTemplate']->setOpenGraphInfo(array(

 

templates/base/scripts/BxBaseProfileView.php:            $GLOBALS['oSysTemplate']->setOpenGraphInfo(array('image' => $sThumbUrl));

 

templates/base/scripts/BxBaseSocialSharing.php:        $GLOBALS['oSysTemplate']->setOpenGraphInfo(array('title' => $sTitle));

 

templates/base/scripts/BxBaseSocialSharing.php:            $GLOBALS['oSysTemplate']->setOpenGraphInfo(array('image' => $sImageUrl));

 

Hope this helps

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 5 Sep 2015

 

Hope this helps

 Yes, thank you very much!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Sep 2015

This change to /templates/tmpl_whatever/share_popup.html might make it behave a little better until Boonex provides a fix.

 

<script type="text/javascript">
    jQuery('.sys-share-popup-link.sys-spl-need-url').each(function() {
        jQuery(this).attr('href', jQuery(this).attr('href') + encodeURIComponent(location.href)).removeClass('sys-spl-need-url');
    });
</script>

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 6 Sep 2015

 

This change to /templates/tmpl_whatever/share_popup.html might make it behave a little better until Boonex provides a fix.

 I applied this change and it is much better now.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Sep 2015

Thank you for the report:

https://github.com/boonex/dolphin.pro/issues/51

and the fix:

https://github.com/boonex/dolphin.pro/commit/52618df650044cd53cefadf74d9fb43fda109bac

Rules → http://www.boonex.com/terms
Quote · 16 Sep 2015

I don't understand the problems from Boonex.....

The old share buttom in the action block is working but not available at all modules.

The new share buttom is not working...

Why I don't have the image from the current page?

Why I don't have a description from the current page?

The G+ share is working perfect!

Why is the FB sharing not working?

Only the pagetitle is not enough!

 

Rappi

Bezirzer.de, elbrocker.de, tierschutz-community.de
Quote · 16 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.