Forum Activity for @ken-rich

Ken Rich
@ken-rich
11/26/14 11:26:06AM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

OK - I'll write them again. Thanks.
Ken Rich
@ken-rich
11/26/14 10:30:36AM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

brian:
that should "resetup" the connection in JR. Let me know if that works for you.

Hi Brian,

I followed the procedure but when I clicked LinkedIn and Twitter they said they were already connected. So I uninstalled and re-installed the connection.

It showed an error saying it "couldn't complete the callback" during that, but at least I ended up with 3 buttons.


However, now I am getting an error on 3 instead 1, and there is still no sharing lol
Quote: jrOneAll error 400 sharing to facebook,linkedin,twitter: Your request could not be processed due to an error

updated by @ken-rich: 11/26/14 10:32:39AM
Ken Rich
@ken-rich
11/26/14 09:44:51AM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

brian:
The timeline player issue should be fixed in the Activity Timeline version 1.6.3 - update, reset caches and you should be good to go.
Hi Brian - I can confirm that the timeline player issue is fixed - outstanding functionality now!!! Also, that license issue is definitely rectified.
brian:
a 400 error is coming from the OneAll end - go into your Networks tab (Account Settings -> Networks) and see if you see an error there.
That problem remains and I'm too tired to pursue it further today. I see no error there, and nothing in their dashboard. I also see only Facebook as an activity share option, not Twitter or LinkedIn even though my account is connected. (See Attached).

Question - Is the coding already set-up by Jamroom and all we have to do is plug-in our keys and follow procedures in the ACP? Or do some or the "gobble-de-goop" codes and "call back URL" stuff (explained on their site), have to be installed by us?
OneAll3.JPG.jpg OneAll3.JPG.jpg - 42KB

updated by @ken-rich: 11/26/14 09:47:38AM
Ken Rich
@ken-rich
11/26/14 07:52:24AM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

brian:
Ken - I've just updated the OneAll module to version 1.3.0 that now supports the new "simple" sharing endpoint (I'm not sure when they made that change).

Update and let me know if that works for you.

Hope this helps!

Hi Brian,

The activity log message has changed but still "no dice". Now it says:
Quote: jrOneAll error 400 sharing to facebook: Your request could not be processed due to an error

I thought perhaps I needed to re-save my settings, so I tried that, and integrity check, but neither helped. I have it in default (free), not advanced mode.

updated by @ken-rich: 11/26/14 07:53:47AM
Ken Rich
@ken-rich
11/26/14 07:20:34AM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

Awesome - thanks - I'll try that.

Is anything planned for the other issues above the line in the post?

I'm talking about JR playlists and song players not embedding in timeline in a functional way? Youtubes also seem to have a height to width issue.
Ken Rich
@ken-rich
11/25/14 05:32:51PM
926 posts

Playlists and Players in Timeline - Plus Facebook Sharing?


Using Jamroom

I'm strictly speaking of the timeline profile activity feed here... Vimeos and pictures seem to post pretty well using the jrEmbed tool... Youtubes seem too tall and narrow, at least in the Nova skin, as if width were shrinking but height wasn't.

JR's song and video playlists (plus single song players), seem to turn into non functional CSS messes for some reason. If there is no way to fix that, they should at least be be pruned from the editor (when it is used in the timeline), to prevent users thinking there are "bugs".

========================

I also have Facebook network sharing enabled, but I don't see anything of any sort ending up on Facebook. Instead I see an error message in my "Activity Log" which says:

Quote: jrOneAll error 403 sharing to facebook: The Freemium plan of your site does not include the Sharing API. Please upgrade to a higher plan to enable it: https://www.oneall.com/pricing-and-plans/


When you go to their site and it says the Freemium plan includes: Core features, basic support by email, all social networks, and up to 2,500 unique users per year. In the comparison guide it says "Social Sharing" is included in Freemium.

For sure I haven't "capped out" at 2,500 users, and last time I checked Facebook was a social network, but apparently social sharing isn't really a "core" feature of OneAll?

I checked with the company and was told:

Quote: The other one is a s full sharing solution which is only available to
our business customers: http://docs.oneall.com/api/resources/social-sharing/

I bounced back and forth with one of their staff and even provided "sreenshots". In the end they said Jamroom had inadvertently used the business endpoint rather than the free one, causing this error. I can't see that being the case, but nevertheless that's what their rep suggested.


updated by @ken-rich: 01/05/15 07:42:55AM
Ken Rich
@ken-rich
11/25/14 04:04:17PM
926 posts

Timeline Posting


Using Jamroom

Hi Brian - after spending a several hours on this, I found a fix and this is what I found along the way.

1) What you say should exist for this to work is already there, in the profile_index.tpl
<div class="section"> {jrCore_include module="jrAction" template="item_index.tpl"}
</div>

2) I found profile_item_index.tpl and renamed it in the c-panel like you suggested, and set caches, even integrity check, but if it did start picking up the modules/jrAction/item_index.tpl file, it didn't fix it.
<div class="section">{$profile_item_index_content}<br clear="all" /></div> 

3) The piece of javacode I indicated before, seemed to have something to do with action submit. However, I did't know how it got loaded or called into play. I also didn't find it in another skin I checked. So I took a chance and deleted this whole section - and that fixed the problem lol

 $(function(){
	// main navigation init
	$(".rslides").responsiveSlides({
		auto: true,             // Boolean: Animate automatically, true or false
		speed: 2000,            // Integer: Speed of the transition, in milliseconds
		timeout: 8000
	});
	$('.feature_buttons #sdot_1').removeClass('iskin_btn');
	$('.feature_buttons #sdot_1').addClass('iskin_hilite');
	
	$('#action_submit').attr('disabled',true);
	$('#action_update').keyup(function(){
		if ( $('#action_update').val().length > 0 && $('#action_update').val().length < 141) {
			$('#action_submit').attr('disabled',false);
		}
		else {
			$('#action_submit').attr('disabled',true);
		}
	});
});
Ken Rich
@ken-rich
11/25/14 02:51:46PM
926 posts

trouble with Smiley Module - thanks for any help!


Using Jamroom

I hoping someones going to make available a set like "Snoopy's Moods" on Facebook lol
Dudley_Do-Right.jpg Dudley_Do-Right.jpg - 60KB

updated by @ken-rich: 11/25/14 02:54:29PM
  70