- Posts: 18
- Thank you received: 0
Facebook issue!
-
tiesgr
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 4 months ago - 11 years 4 months ago #35605
by tiesgr
Facebook issue! was created by tiesgr
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...&action_ref_map= []" />
Can anyone enlighten me please how can I overcome this trouble!
Thank you in advanced!
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...&action_ref_map= []" />
Can anyone enlighten me please how can I overcome this trouble!
Thank you in advanced!
Last edit: 11 years 4 months ago by tiesgr.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #35610
by ivan.milic
Replied by ivan.milic on topic Facebook issue!
can you post full URL facebook returns but wrap it with code tag in below editors tools so we ca see it full
Please Log in to join the conversation.
-
tiesgr
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
11 years 4 months ago - 11 years 4 months ago #35614
by tiesgr
Replied by tiesgr on topic Facebook issue!
What do you mean full url facebook like that?
Is this the way you want it to be?Please inform me if you want something else!
Thank you in advanced.
Code:
http://www.cknmethod.com/blog1/item/18-epitixia-methodou?fb_action_ids=10202026022106329&fb_action_types=og.likes&fb_source=other_multiline&action_object_map={%2210202026022106329%22:1379408762314261}&action_type_map={%2210202026022106329%22:%22og.likes%22}&action_ref_map=
Thank you in advanced.
Last edit: 11 years 4 months ago by tiesgr.
Please Log in to join the conversation.
-
tiesgr
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
11 years 4 months ago #35626
by tiesgr
Replied by tiesgr on topic Facebook issue!
Which plugin generates the template stylesheet?
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.
Is this a functionality within the template and if so could you please indicate the file this request is being made, please?
Code:
<link rel="stylesheet" href="http://www.cknmethod.com/blog1/item/18-epitixia-methodou?css_request=1&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.
Is this a functionality within the template and if so could you please indicate the file this request is being made, please?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #35627
by ivan.milic
Replied by ivan.milic on topic Facebook issue!
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>
<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>
The following user(s) said Thank You: tiesgr
Please Log in to join the conversation.
Time to create page: 0.165 seconds