• Home
  • Get help
  • Ask a question
Last post 2 hours 17 min ago
Posts last week 82
Average response time last week 34 min
All time posts 68061
All time tickets 10515
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#1558 – Social Networking: Meta/Debugger, button positioning, page allocation

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Thursday, 17 December 2015 06:13 UTC
linkage
 Hi there,

I have been testing the social networking functionality and I have to say I'm very impressed! I managed to get it working, however I have a few questions:

1. Can you advise on this warning from facebook debugger:
The meta tag on the page was specified with name 'author', which matches a configured property of this object type. It will be ignored unless specified with the meta property attribute instead of the meta name attribute.


Attached ...001.jpg is screenshot of title/meta tag for that article.

2. Refer to this page (same page used as #1 above):
xxxx
I have placed
<!-- sh404SEF social buttons -->
<div class="sh404sef-social-buttons">
	<span class="twitter">
<!-- Twitter share button -->
<a href="https://twitter.com/share" data-via=""
   data-url="https://weeblr.com/helpdesk?4cd56ba7870e3839d09e581773087ed6=1&id=10127&returnurl=aHR0cHM6Ly93ZWVibHIuY29tL2hlbHBkZXNrL3NoNDA0c2VmLzE1NTgtc29jaWFsLW5ldHdvcmtpbmctbWV0YS1kZWJ1Z2dlci1idXR0b24tcG9zaXRpb25pbmctcGFnZS1hbGxvY2F0aW9u&task=edit&view=Post"
   data-lang="en" class="twitter-share-button">Tweet</a>
<!-- End of Twitter share button -->

</span>
<span class="googleplusone">
<!-- Google+ button -->
<g:plusone callback="_sh404sefSocialTrackGPlusTracking" annotation="none"
           size="" href="https://weeblr.com/helpdesk?4cd56ba7870e3839d09e581773087ed6=1&id=10127&returnurl=aHR0cHM6Ly93ZWVibHIuY29tL2hlbHBkZXNrL3NoNDA0c2VmLzE1NTgtc29jaWFsLW5ldHdvcmtpbmctbWV0YS1kZWJ1Z2dlci1idXR0b24tcG9zaXRpb25pbmctcGFnZS1hbGxvY2F0aW9u&task=edit&view=Post"></g:plusone>
<!-- End of  Google+ button -->

</span>
<span class="fb-like-html5">
<!-- HTML5 Facebook like button -->
<div class="fb-like" data-href="https://weeblr.com/helpdesk?4cd56ba7870e3839d09e581773087ed6=1&id=10127&returnurl=aHR0cHM6Ly93ZWVibHIuY29tL2hlbHBkZXNrL3NoNDA0c2VmLzE1NTgtc29jaWFsLW5ldHdvcmtpbmctbWV0YS1kZWJ1Z2dlci1idXR0b24tcG9zaXRpb25pbmctcGFnZS1hbGxvY2F0aW9u&task=edit&view=Post"
     data-action="like" data-width=""
     data-layout="button" data-show-faces="0"
     data-colorscheme="light">
</div>
<!-- End of HTML5 Facebook like button -->

</span>
</div>
<!-- End of sh404SEF social buttons -->
after content in article editor. However, as you can see, buttons sit above the j2store data. When I activated via the sh404SEF core plugin, the buttons appeared after the j2store data. Is there a means of placing buttons after the j2store data using the code somehow in the article?

3. I understand I can designate categories for social to appear. Is there a way to have it appear on Joomla 'Tag' component category lists ...like this page:
xxxx

Thank you!

John
Thursday, 17 December 2015 15:02 UTC
wb_weeblr
Hi

1 - Joomla inserts a
<meta name="author" content="xxxx" />
tag in pages. Facebook is saying it won't use that (because they don't use that syntax for authors).

That's not a problem really, but from recollection, there's a setting on the Joomla global configuration to disable that. This will make the message go away for sure.

2 - I suspect J2Store uses the same Joomla API to insert their own data. If they have a J2Store system plugin, changing the order (ie making the sh404SEF system plugin first) may help.
If they use a content plugin, not sure we can do something about it.

3 - Sorry, no, those categories are for Joomla regular content (com_content). We don't check them for other component.

Rgds
 
Thursday, 17 December 2015 18:07 UTC
linkage
Thanks Yannick.

1. I found the setting in global config :)

2. They have both system and content. I moved sh404SEF above in system and we'll see how that goes. I should be able to use the core/social plugin though, and that way the buttons will appear below the j2store content. I can designate categories for where I want the social links to appear. I'm using a plugin for images (lightbox) so as long as I can place a specific image in a folder and then call it in the sh404SEF URL editor, I think it will work well.

3. That's OK. I have essentially 'duplicated' Tag content (products) in the 'Portfolio' and can implement the social media there.

All in all, like I said, very impressed with your extension, Yannick, as well as the documentation and your support. I'll try to write a JED review for you asap :)

...I'll close this ticket

Thanks,

John
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.