Keyword

[SOLVED] Facebook issue!

More
10 years 9 months ago #122566 by Nikos
[SOLVED] Facebook issue! was created by Nikos
Hello people,
I have a strange problem when publishing a link to facebook everything seems to be fine. When I click on the link which I shared on the internet then the link leads back to my shared article but the template is broken.
I compared the pages' source file and I caught a difference

right one: <meta property="og:url" content="www.cknmethod.com/blog1/item/18-epitixia-methodou" />

link coming from facebook: <meta property="og:url" content="www.cknmethod.com/blog1/item/18-epitixia-methodou?fb_action_ids=10202026022106329&fb_action_types=og.likes&fb_source=other_multiline&action_object_map={"10202026022106329":1379408762314261}&action_type_map={"10202026022106329":"og.likes"}&action_ref_map=[]" />

Can anyone enlighten me please how can I overcome this trouble!
Thank you in advanced!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #122567 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Facebook issue!
This is an issue from the plugin which generates the template's stylesheet
<link rel="stylesheet" href="http://www.cknmethod.com/blog1/item/18-epitixia-methodou?css_request=1&amp;diff=1272412148" type="text/css" />

based on the query string on the page it will output a different timestamp.
The query string from fb seems to break that request and not return a stylesheet.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
10 years 9 months ago #122568 by Nikos
Replied by Nikos on topic Re: Facebook issue!
Hello,
And what do you suggest me to do?I can't find any plugin related to that issue.
Thanks.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago - 10 years 9 months ago #122569 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Facebook issue!
Make sure it's not built in within the template.
If it is template functionality then the template developer will know in which file this request is being made.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
10 years 9 months ago #122570 by Nikos
Replied by Nikos on topic Re: Facebook issue!
It is so frustrating. Someone publishe an article and when I hover my mouse a pop up window with this link :

cknmethod.com/arthra-nea/nea/item/11-askiseis-callanetics?fb_action_ids=10202058232631572&fb_action_types=og.likes&fb_source=hovercard

worked smoothly.

But the other link

cknmethod.com/arthra-nea/nea/item/11-askiseis-callanetics?fb_action_ids=10202058232631572&fb_action_types=og.likes&fb_source=other_multiline&action_object_map=%7B%2210202058232631572%22%3A1384762208411239%7D&action_type_map=%7B%2210202058232631572%22%3A%22og.likes%22%7D&action_ref_map=%5B%5D

which is behind the text and the image of the published article doesn't work!!
It would be better none of them to work! Facebook plays with my mind!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #122571 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Facebook issue!
This is not a Facebook issue. The issue lies with the way your template is requesting that stylesheet.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
10 years 9 months ago #122572 by Nikos
Replied by Nikos on topic Re: Facebook issue!
I hope so, I actually contacted with the creator of the template and waiting for an answer. I'll post it if I have good news. Thank you for your time!!

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

More
10 years 9 months ago #122573 by Nikos
Replied by Nikos on topic Re: Facebook issue!
Ok the creator responded

Open index.php of template , find this line:

<link rel="stylesheet" href="<?php echo $css_url; ?>" type="text/css" />

replace it with:

<style type="text/css">
<!--
<?php require(dirname(__FILE__). DIRECTORY_SEPARATOR .'/css/template_css.php'); ?>
-->
</style>

and that worked of course!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #122574 by Krikor Boghossian
Replied by Krikor Boghossian on topic [SOLVED] Facebook issue!
I 'm glad that you sorted this out.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum