Topic-icon Post to FB automatically

Support Specialist
10 years 1 month ago #42115 by alzander
Replied by alzander on topic Post to FB automatically
Thanks for the link. That's definitely helping narrow things down.

The reason the toolbar isn't showing is because you have a bug in your template. The following code is toward the bottom of your file:
<!--   <div class="footer2"><a href="http://www.joomla.org">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License.</a></div> <!-- 
                </div>
				<div class='yt-switch_modes' style="width:50%;float:left;">
It goes on a bit from there. You look to be trying to comment out some links and text in the template, which is fine. Unfortunately, you're not ever closing the comment with --> That means that anything from that point on is 'hidden' on the page. You'll need to properly close the comment wherever things should start showing again. If you look at the HTML on the page, there's actually quite a bit of HTML and Javascript that's being hidden because of that bug.

As for the login, the latest release of JFBConnect / SCLogin has a new "Theme" option in the SCLogin module. There are 2 available themes right now: Default and SourceCoast. Try switching to SourceCoast, and the popup should look similar to this site. We also have a Joomla login themes document that will help explain how to best modify our theme CSS to ensure you don't lose your changes on upgrading.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #42118 by blink_black
Alex, you are simply awesome. Thanks a lot. I was able to close out the tag and I could see the CREATE POST now.

When I create a post without entering any comment, it shows up on FB as NULL... Is there a way to hide that "null?" I always create my post without entering any comments.
The topic has been locked.
Support Specialist
10 years 1 month ago #42131 by alzander
Replied by alzander on topic Post to FB automatically
Glad we could help fix that issue. Honestly, we never tested with a blank comment! I'll add it to our debugger to look into and see what we can do.

Thanks for the report,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #42138 by blink_black

alzander wrote: Glad we could help fix that issue. Honestly, we never tested with a blank comment! I'll add it to our debugger to look into and see what we can do.

Thanks for the report,
Alex


I appreciate it. If you need screenshots of what the NULL display looks like, I can send them to you also. You see, the reason I really do not comment when I publish links is simply because I run a NEWS site and I don't have to comment on each post I publish. Thanks again for looking into it.
The topic has been locked.
Support Specialist
10 years 1 month ago #42151 by alzander
Replied by alzander on topic Post to FB automatically
I completely understand why you'd want a blank message. We'll definitely be investigating this and hopefully be able to get a solution soon. No picture is necessary for now. If, for some reason, we can't recreate it, we'll let you know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #42375 by blink_black
On my 2nd site, when I click on CREATE POST, something seems to be preventing the box from displaying. I cannot figure it out as the 2nd site is a replica of the first site. Could you take a look for me.

1st site: goo.gl/YhDQ9G (works perfectly)
2nd Site: goo.gl/49B11q (faulty)

Your admin username which I sent to you should work on both sites.
The topic has been locked.
Support Specialist
10 years 1 month ago #42403 by alzander
Replied by alzander on topic Post to FB automatically
On the site that isn't working, the Bootstrap Javascript library isn't loaded. Please enable the "Include jQuery / Bootstrap" setting in JFBConnect. That should clear up the popup issue and make the SCLogin popup work as well.

Unrelated to that issue, in the Javascript error console are the following messages:

##########################
# The endpoint used to load this resource has been deprecated.
# Please update to the current Facebook JavaScript SDK.
# developers.facebook.com/docs/reference/javascript/
########################## FB.Share:56
FB.init has already been called - this could indicate a problem FB.Share:56
Invalid App Id: Must be a number or numeric string representing the application id.

The Share button you're using on your page has been deprecated by Facebook. It shouldn't be used anymore, it can cause issues with JFBConnect in general, and may stop working at any time. I'd recommend upgrading to the JFBCLike button in JFBConnect, which can implement the new share button which is supported by Facebook.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #42436 by PunkN14
Replied by PunkN14 on topic Post to FB automatically
Hi,

I have the same problem. The CREATE POST button(s) are not showing on my site.
I do login using a Super User account or a publisher account (which I gave the rigt permissions first).

When I check the source of the webpage i'am visiting It seems the button should be there, but....

Before the /body tag it says:

</div></div><div id="social-post-container" style="display:none"></div><div id="social-toolbar" class="ui-widget-header ui-corner-all" style="position:fixed; bottom: 10px"><button name="meta">Social Meta Tags</button><button name="post">Create Post</button><button name="close">X</button></div>
<div id="social-meta" style="position:fixed; bottom:45px; display:none;"> <h3>Inserted</h3>
<div>
<p>
<table class="table table-striped" width="90%">
<thead><tr><th width="10%">Inserted Tag</th><th width="70%">Value</th><th width="20%">Origin</th></tr></thead><tbody><tr><td>og:url</td><td>www.stichtingderuwediamant.nl/Auto-generatedog:titleHomeAuto-generatedog:descriptionStichting de Ruwe Diamant, van voor en door jongeren!Auto-generatedog:typewebsiteAuto-generatedfb:app_id216740135192465Auto-generatedog:localeen_gbAuto-generatedog:site_namede Ruwe DiamantAuto-generated
</p>
</div> <h3>Skipped</h3>
<div>
<p>
None
</p>
</div> <h3>Removed</h3>
<div>
<p>
None
</p>
</div></div><div id="social-post-container" style="display:none"></div>

Any idea?

Thanks in advance.
The topic has been locked.
Support Specialist
10 years 1 month ago #42446 by alzander
Replied by alzander on topic Post to FB automatically
That HTML is correct. Can you go to the JFBConnect -> Configuration area and ensure the "Include jQuery / Bootstrap" setting is enabled? My guess is that all of the necessary Javascript is not being loaded and that's why the toolbar won't show.

I hope that helps get you going, but if not, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 weeks ago #42455 by PunkN14
Replied by PunkN14 on topic Post to FB automatically
Hi Alex,

Sorry to say, but I still don't see the CREATE POST buttons. With or without jQuery enabled.

Any other sugestion?

Thanks in advance.
The topic has been locked.