• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Social Media Modules not Displaying

New Here ,
Feb 05, 2014 Feb 05, 2014

Copy link to clipboard

Copied

I am in the process of developing my blog and have placed the default social media modules into the blog. However, they do not display. Does anyone have any ideas on why this is happening?

Here's the sample page I'm trying to get them to display on. They should be above the comments section.

http://www.jennyfugadesign.com/blog/some-philosophical-questions

TOPICS
Content management and modules

Views

770

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 06, 2014 Feb 06, 2014

Copy link to clipboard

Copied

Hi Jenny

Please follow the steps from this article http://kb.worldsecuresystems.com/kb/add-social-media.html

Regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 06, 2014 Feb 06, 2014

Copy link to clipboard

Copied

I don't see a Social Media Module (Step 4)  or anything labeled "container.html" in my files.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 06, 2014 Feb 06, 2014

Copy link to clipboard

Copied

Hi Jenny

You will need to login to admin area of your site , then go to Develop tab :

Here is a screenshot : http://screencast.com/t/2cHU8X3UVVx

Hope this helps!

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 18, 2014 Mar 18, 2014

Copy link to clipboard

Copied

I have followed the addd social media help to the letter, and mine does not display either.

After using module insert

{module_facebooklike, moduleTemplateGroup="", language="en_US", url="", layout="", showFaces="true", width="450", verb="like", font="", colorScheme=""}

I checked the source on mine compared to Jenny's site, and notice my page does not have the Javascript portion of facebook code being

<div id="fb-root"></div>

<script>(function(d, s, id) {

  var js, fjs = d.getElementsByTagName(s)[0];

  if (d.getElementById(id)) return;

  js = d.createElement(s); js.id = id;

  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";

  fjs.parentNode.insertBefore(js, fjs);

}(document, 'script', 'facebook-jssdk'));</script>

All get is this

<div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div>

So the module is putting that in only.

Jenny I see you got yours to display, but I notice you seem to have a different URL than what the facebook plugin would provide. Is this because you also could not get the module to work, and just manually put in the FB code?

If not then how did you get yours to work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 18, 2014 Mar 18, 2014

Copy link to clipboard

Copied

LATEST

OK figured it out

For other people struggling-

a) When you enter the code here as per Silviu's screenshot : http://screencast.com/t/2cHU8X3UVVx

You may have two container.html tabs showing, one of which is not relevant, so close the one that looks irrelevant, and dont put the two separate pieces of code in each one like I originally did.

b) Paste in the Java script (1st section of code from FB), and immediately afterwards paste in the Div (Second section of code from FB).

c) in the second code form FB it wll also have this: data-href="https://developers.facebook.com/docs/plugins/"

Delete it so it looks like this:

<div class="fb-like" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>

And now it all works

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines