Hikashop Social Plugin.

  • Posts: 5
  • Thank you received: 0
9 years 8 months ago #190531

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- Browser(s) name and version -- : Crome

i can't make the share function work on products. the plugin only shows facebook when its Iframe.
i cant make the Pinit icon go away.
and if i share the link by copy/paste on facebook, i dont get the procuct picture and description, but a english seo description posibility and the webpage picture/or flag as picture

what am i doing wrong? how to make this Hikashop work well with facebook and look right?

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
9 years 8 months ago #190534

Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Lanki

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
9 years 8 months ago #190659

Thanks

so how do i make the share button apear? and share the correct items

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
9 years 8 months ago #190665

It seems that there is also a problem with the show facebook faces... it always shows faces and i cant make it go away....

i just want a like and share button

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
9 years 8 months ago #190753

Hi,

Can you please provide us a screenshot of your plugin configuration ?
I want to see what you have configure for the facebook settings ; so I can reproduce your configuration.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
9 years 8 months ago #190756

Here is some screenshots of the settings and the view of a product that i "like"

the biggest problem is still if i share the link by copy/paste on facebook, i dont get the procuct picture and description, but a english seo description posibility and the webpage picture/or flag as picture

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
9 years 8 months ago #191230

Hi,

Please edit the plugin "plugins/system/hikashopsocial/hikashopsocial.php" and replace

	foreach($this->meta as $k => $v) {
		if(strpos($body, $k) !== false)
			$meta[] = $v;
	}
By
	foreach($this->meta as $k => $v) {
		if(strpos($body, $k) === false)
			$meta[] = $v;
	}
It should fix the issue with the facebook og tags.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
9 years 8 months ago #191313

Great, this works for copy/paste the adress to facebook (was it my mistake, or a error in Hikashop?)

i can't make the share function work on products. the plugin only shows facebook when its Iframe.
when you see the product there is one possible to like but not share

Please Log in or Create an account to join the conversation.

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
9 years 8 months ago #191323

Hi,

The HikaShop social plugin just provide a "like" for facebook ; not a "share".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum