Topic-icon Twitter autopost

Active Subscriptions:

None
4 years 4 months ago #65890 by [email protected]
I read that JFBConnect supports Twitters new 280 characters but when I autopost using JFB channels an EasyBlog blog, it cuts it to 124 characters. How do I get the full 280?
The topic has been locked.
Support Specialist
4 years 4 months ago #65892 by mel
Replied by mel on topic Twitter autopost
Could you try going into the JFBConnect backend and launching the Autotune Configuration Tool? There's a section in there called "Network Settings". If you click the "Fetch Latest Network Settings" button, JFBConnect should then the max character count for Twitter to be 280. If you've tried this already and are still having problems, please let us know.

-Melissa
The topic has been locked.
Active Subscriptions:

None
4 years 4 months ago #65893 by [email protected]
Replied by [email protected] on topic Twitter autopost
Hi Melissa
That’s up to date. Your manual post works. I think it’s something to do with the open graph EasyBlog plugin. It truncates the text and adds a blank photo. Any ideas?
David
The topic has been locked.
Support Specialist
4 years 4 months ago #65895 by mel
Replied by mel on topic Twitter autopost
From my email response:

Right now I believe the autopost is hardcoded to a certain amount of words. It doesn't take the value from the Open Graph object. Looking at the code, it's the first 20 words. We have an issue in our tracker to use the open graph objects, but I can tell you how to workaround it with a small code change


Go into plugins/opengraph/easyblog/easyblog.php. Around line 265, replace the 20 in the following line (in the getBestText method) with the number of words you want:
return $this->getSelectedText($itemText, SC_INTRO_WORDS, 20);

-Melissa
The topic has been locked.