Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Open Graph not pulling og:see_also

10 years 6 months ago
Licenses:
JomSocial Expired

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

10 years 6 months ago
Licenses:

Hi, Nathan.

I reported this to our developers. I'll update you ASAP.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Nathan
10 years 6 months ago
Licenses:

Hi, Nathan.

Please, make safe copy of this file:

ROOT/components/com_community/helpers/head.php

Then replace original with patched file from package.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you

This message has an attachment file.
Please log in or register to see it.

10 years 6 months ago
Licenses:
JomSocial Expired

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!

10 years 6 months ago
Licenses:

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.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 6 months ago
Licenses:
JomSocial Expired

Forgive me for being dumb with this LOL but can you please tell me what to change?

Thanks.
N

Attachments:
10 years 6 months ago
Licenses:

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.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW