Topic-icon JFBCSocialShare module not working like I thought it would

Support Specialist
No, the above isn't how the tags work:
SCOpenGraph tags will set the meta data for the page. Above, where you're using {SCOpenGraph description=...} that will set the *meta* description for Twitter and Facebook when the post is shared.. that's the description in the article preview. If you want separate text for the Twitter meta description, use {SCOpenGraph twitter:description=...}

The SCTwitterShare is for a specific Twitter share button. The text field in there will pre-populate a message for a user to Tweet. Once tweeted, the prepopulated (nad possibly edited) Tweet will go out with an article preview that will use the title, description and image *meta* fields set above. You could go steps further and even have multiple Twitter Share buttons with different text.. almost like a vote or something "Use this Tweet link to show you're support" with a pre-defined text=.. message to support something on the page and another to show negativity toward the content. Just an example, but it illustrates why the text for the Twitter Share button can be set *per button* whereas the meta description is set per-page.

It seems like you're confusing the meta tags (SCOpenGraph tags) and the sharing buttons. They can be used together, but they are separate entities in Facebook and Twitters minds.

I hope that helps clarify things a bit further,
Alex
The topic has been locked.
Active Subscriptions:

None
So the {SCTwitterShare text=At the end of the 4th Quarter, 2017, 2717 people, worldwide, signed the 911TAP petition…} attribute isn't used and I should set a separate {SCOpenGraph twitter:description=At the end of the 4th Quarter, 2017, 2717 people, worldwide, signed the 911TAP petition…} tag? correct.

What about creating a module that I can set to display on every page that will pick up the Easy Tag data for the page from which it is called.
The topic has been locked.
Active Subscriptions:

None
6 years 2 months ago - 6 years 2 months ago #63508 by webdevtim
First before telling you my woes, I really appreciate the detailed explanations you provide. Those explanation actually help a lot, because sometimes I am just not seeing the obvious.

As you can see from below, I added the {SCOpenGraph twitter:description=This focuses on Mueller’s role in obscuring the evidence trail to the events of 9/11…} tag but I still get both og:description and twitter description populated with the og:description value as you can see below.

Easy Tags in Articles
<div id="jfbcSocialMediaButtons">
<div class="JFBC-Config">
{JFBCLike href=https://www.911tap.org/557-news-releases/716-robert-mueller-s-role-in-obscuring-the-9-11-evidence-trail layout=button_count show_faces=false share=true width=120 action=like colorscheme=dark ref=mueller-obstructs-911-evidence-trail kid_directed_site=false}
</div>
<div class="JFBC-Config">
{SCTwitterShare href=https://www.911tap.org/557-news-releases/716-robert-mueller-s-role-in-obscuring-the-9-11-evidence-trail text=This focuses on Mueller’s role in obscuring the evidence trail to the events of 9/11… data_count=horizontal via=911tap related=ae911truth,911Blogger,DC911truth hashtags=911truth,wtc7 size=medium dnt=false}
</div>
<div class="JFBC-Config">
{SCGooglePlusOne https://www.911tap.org/557-news-releases/716-robert-mueller-s-role-in-obscuring-the-9-11-evidence-trail annotation=bubble size=standard align=left recommendations=true}
</div>
{SCOpenGraph article:author=911tap}
{SCOpenGraph twitter:creator=911tap}
{SCOpenGraph twitter:image:alt=text}
{SCOpenGraph image=https://www.911tap.org/images/articles/2018/01/bush-names-mueller-head-of-fbi-fb-banner_bbfdb.jpg}
{SCOpenGraph url=https://www.911tap.org/557-news-releases/716-robert-mueller-s-role-in-obscuring-the-9-11-evidence-trail}
{SCOpenGraph title=Robert Mueller’s Role in Obscuring the 9/11 Evidence Trail}
{SCOpenGraph description=This extract focuses on Mueller’s role in obscuring the evidence trail related to the events of 9/11 as well as his role in other post 9/11 irregularities…}
{SCOpenGraph twitter:description=This focuses on Mueller’s role in obscuring the evidence trail to the events of 9/11…}
{SCOpenGraph type=article}
{SCOpenGraph site_name=9/11 Truth Action Project}
{SCOpenGraph video=https://content.jwplatform.com/players/ENno7di6-A4cZR76S.html}
{SCOpenGraph audio=https://content.jwplatform.com/players/Zf88zyiO-A4cZR76S.html}
</div>

List of Social Meta tags actually being used in article
article:author	911tap	EasyTag
twitter:creator	911tap	EasyTag
twitter:image:alt	text	EasyTag
og:image	https://www.911tap.org/images/articles/2018/01/bush-names-mueller-head-of-fbi-fb-banner_bbfdb.jpg	Auto-generated
og:url	https://www.911tap.org/557-news-releases/716-robert-mueller-s-role-in-obscuring-the-9-11-evidence-trail	Auto-generated
twitter:title	Robert Mueller’s Role in Obscuring the 9/11 Evidence Trail	Default Setting
og:title	Robert Mueller’s Role in Obscuring the 9/11 Evidence Trail	Auto-generated
twitter:description	This extract focuses on Mueller’s role in obscuring the evidence trail related to the events of 9/11 as well as his role in other post 9/11 irregularities…	Default Setting
og:description	This extract focuses on Mueller’s role in obscuring the evidence trail related to the events of 9/11 as well as his role in other post 9/11 irregularities…	EasyTag
og:type	article	EasyTag
og:site_name	9/11 Truth Action Project	Auto-generated
og:video	https://content.jwplatform.com/players/ENno7di6-A4cZR76S.html	Auto-generated
og:audio	https://content.jwplatform.com/players/Zf88zyiO-A4cZR76S.html	Auto-generated
og:author	911tap	Auto-generated
fb:app_id	311988672497703	Auto-generated
og:locale	en_us
Last edit: 6 years 2 months ago by webdevtim.
The topic has been locked.