Topic-icon Like not always posting

Support Specialist
11 years 3 months ago #51208 by alzander
Replied by alzander on topic Like not always posting
If you have the Open Graph - Content plugin enabled in JFBConnect, then that plugin will automatically use the first image in the article as the og image tag. That's why you're seeing that image inserted twice into the page.. once is from JFBConnect automatically doing it, the other is from the {SCOpenGraph image=.. tag you added with the same image.

Beyond that, on your page, this is what the og tags look like in the HTML:
<meta name="twitter:title" content="Uniqueness of Others"/>
<meta property="og:title" content="Uniqueness of Others"/>
<meta name="twitter:image" content="http://lisafreeney.com/images/quotes/inspirational-quote-lisa-freeney-12.jpg"/>
<meta property="og:image" content="http://lisafreeney.com/images/quotes/inspirational-quote-lisa-freeney-12.jpg"/>
<meta property="og:image" content="http://lisafreeney.com/images/quotes/inspirational-quote-lisa-freeney-12.jpg"/>
<meta property="og:url" content="http://lisafreeney.com/inspirational-quotes/99-uniqueness-of-others"/>
<meta name="twitter:description" content="Visit www.lisafreeney.com for weekly 5 minute inspirational videos."/>
<meta property="og:description" content="Visit www.lisafreeney.com for weekly 5 minute inspirational videos."/>
<meta name="twitter:card" content="summary"/>
<meta property="og:type" content="article"/>
<meta property="fb:app_id" content="1606634032889770"/>
<meta property="og:locale" content="en_gb"/>
<meta property="og:site_name" content="Live a Life You Love in 2015"/>
  
  <link rel="stylesheet" href="/media/sourcecoast/css/jfbconnect.css" type="text/css" />

<meta property="og:image" content="http://lisafreeney.com/templates/rt_anacron/images/logo/logo-og.png" />

<script src='/google_analytics_auto.js'></script></head>
That big block of grouped tags is all from JFBConnect. There still is the logo-og.png tag at the bottom being inserted from somewhere. I wouldn't recommend just deleting the file without removing that tag as well as Facebook will detect an error for the missing image.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 3 months ago #51212 by timmil
Replied by timmil on topic Like not always posting
Alex,

Thanks for clarifying somewhat. I'm so sorry for asking, but how do I actually delete a tag? For some reason, either JFBConnect or FB detected one in a template directory labeled logo.og.png. I've gone through the settings and didn't find it. Also, adding that tag manually seems to be the only way to get SHARE to display the image in the popup...so I'm wondering - even though it's a pain to add these for every article, is there a problem using the additional one...or where can I temporarily disable the default to test?
Thanks again,
The topic has been locked.
Active Subscriptions:

None
11 years 3 months ago #51216 by timmil
Replied by timmil on topic Like not always posting
Hi Alex,

Ok, I've found that if I delete the second tag from each article, and rescrape using FBdev, it displays. But I still see the logo.og display in there...so still not sure how to remove the last logo tag thingee.

appreciate your help...
The topic has been locked.
Support Specialist
11 years 3 months ago #51217 by mel
Replied by mel on topic Like not always posting
Looking at the source of your page lisafreeney.com/inspirational-quotes/99-uniqueness-of-others the extra og:image tag that for "lisafreeney.com/templates/rt_anacron/images/logo/logo-og.png" does not appear to be in the block of tags that JFBConnect is setting. The reason I think this is because it appears after the css file is inserted.

Could you login as a superadmin on the front-end with the Social toolbar enabled and click the 'Social Meta' button in the toolbar? Then go through each of the settings to verify that JFBConnect is not attempting to set that image. If it is, please let us know and we can help you track it down. Otherwise, it might be your template (or maybe something else) adding it.
The topic has been locked.
Active Subscriptions:

None
11 years 3 months ago #51218 by timmil
Replied by timmil on topic Like not always posting
Ok,

I just found it in the index.php file:
<meta property="og:image" content="<?php echo JURI::root(); ?>templates/<?php echo $this->template; ?>/images/logo/logo-og.png" />

It was in the /* Facebook Open Graph Meta Tags */ area. I'm guessing this was included with the template...
The topic has been locked.
Active Subscriptions:

None
11 years 3 months ago #51219 by timmil
Replied by timmil on topic Like not always posting
Hi Melissa,

It looks good now. I went through each article and re-scraped them a few times until I saw the image display in the debugger. In the front end JFBC System is only seen for og:, Value: SKIPPED. I'm guessing this is appropriate. The title and image both say: Open Graph - Content Plugin, all others are Auto-generated.

Also in my index.php, there is some facebook tags I believe inhereted from RocketTheme. Should I leave them? I removed the title tag.
<?php /* Facebook Open Graph Meta Tags */ ?>
<meta property="og:url" content="<?php echo JURI::root(); ?>" />
<meta property="og:title" content="<?php echo JFactory::getApplication()->getCfg('sitename'); ?>" />
<meta property="og:description" content="<?php echo JFactory::getApplication()->getCfg('MetaDesc'); ?>" />

Thanks again!
The topic has been locked.
Support Specialist
11 years 3 months ago #51220 by mel
Replied by mel on topic Like not always posting
I don't actually see those tags being inserted on the page. Have you already removed them?
The topic has been locked.