Does post #103376 pertain to my issue as well? I just bought the latest version of JomSocial and JFBconnect that I cannot get the post of a new photo upload or group join events to flow to facebook properly. I have been working with JFBConnect to resolve but they think the issue is JomSocial since I get these errors on socialdebug
og:see_also /index.php/groups/display
og:see_also /index.php/photos/display
og:see_also /index.php/videos/display
og:see_also /index.php/calendar/display
Error The og:see_also tag on your page is invalid. It should be a valid URL that contains the full domain and path to your content.
Error The og:see_also tag on your page is invalid. It should be a valid URL that contains the full domain and path to your content.
Error The og:see_also tag on your page is invalid. It should be a valid URL that contains the full domain and path to your content.
Error The og:see_also tag on your page is invalid. It should be a valid URL that contains the full domain and path to your content.
It appears to not pull the full site name with the code in header.php
Hi, Nathan.
I reported this to our developers. I'll update you ASAP.
Hi, Nathan.
Please, make safe copy of this file:
ROOT/components/com_community/helpers/head.php
Then replace original with patched file from package.
That fixed the issue with JFBConnect to nice work on that!!
I still get these errors on:
socialdebug.com/results?url=http%3A%2F%2...s.net%2Findex.php%2F
Error The og:description is missing.
Error This page has both an og:url tag and a rel="canonical" tag, but they are set to different values. The Open Graph information shown below may not be used by Facebook.
Warning The og:image tag is missing.
If I add to the <head> section of my template
<meta property="og:title" content="Official Hanover Mini Hawks On-Line Community" /> <!-- post/page title -->
<meta property="og:type" content="hanoverminihawks:gallery">
//<meta property="og:type" content="article" /> <!-- post/page type -->
<meta property="og:image" content="
hmh.nettechs.net/images/hmhfblogo.png
" /> <!-- post/page image -->
<meta property="og:url" content="
hmh.nettechs.net
" /> <!-- post/page url -->
<meta property="og:description" content="Official Hanover Mini Hawks On-Line Community" /> <!-- post/page description -->
<meta property="og:site_name" content="Official Hanover Mini Hawks On-Line Community" /> <!-- Site Name -->
<meta property="fb:admins" content="102026782173*****" />
I can get the error down to:
Error The og:description is missing.
Error This page has both an og:url tag and a rel="canonical" tag, but they are set to different values. The Open Graph information shown below may not be used by Facebook.
og:image /components/com_community/assets/user-Male-thumb.png
Image width is good
Image height is good
and if I make it this
<meta property="og:title" content="Official Hanover Mini Hawks On-Line Community" /> <!-- post/page title -->
<meta property="og:description" content="Official Hanover Mini Hawks On-Line Community" /> <!-- post/page description -->
<meta property="og:image" content="
hmh.nettechs.net/images/hmhfblogo.png
" /> <!-- post/page image -->
<meta property="og:url" content="
hmh.nettechs.net
" /> <!-- post/page url -->
<meta property="og:description" content="Official Hanover Mini Hawks On-Line Community" /> <!-- post/page description -->
<meta property="og:site_name" content="Official Hanover Mini Hawks On-Line Community" /> <!-- Site Name -->
<meta property="fb:admins" content="10202678217351634" />
{SCOpenGraph url=http://hmh.nettechs.net}
{SCOpenGraph image=http://hmh.nettechs.net/images/hmhfblogo.png}
{SCOpenGraph description=Hanover Mini Hawks On-Line Community}
{SCOpenGraph site_name=Hanover Mini Hawks On-Line Community}
I get the error down to only
Error This page has both an og:url tag and a rel="canonical" tag, but they are set to different values. The Open Graph information shown below may not be used by Facebook.
Thanks so much for your help!
Hi, Nathat.
It's because your side URL is
hmh.nettechs.net/
not
hmh.nettechs.net/index.php
.
Also you use canonical URL but without mod_rewrite so index.php is still present in your URL.
You can fix this in Joomla! SEF configuration.
Hi, Nathan.
Set "Use URL rewriting" to YES. Also if you'd like to have .html at the end of your URls - then enable "Adds Suffix to URL" > YES.
Then connect to your server via FTP and rename htaccess.txt to .htaccess.