[For 1.6] MyBBPublisher v2.0 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] MyBBPublisher v2.0 (/thread-75413.html) |
RE: MyBBPublisher v2.0 - hoangthi - 2012-10-15 Oh. Can i post images, videos and Links or texts only? RE: MyBBPublisher v2.0 - pavemen - 2012-10-16 right now it is text only but in a "link" style share. the subject is the link title and the first 100 characters of the message body is the link description. unfortunately I forgot to "strip_tags()" the message so i t can look funny if HTML is present, but a simple edit to the plugin will fix that. the new version I am working on will upload the first image in a post if you enable it and they are physically attached to the post (not linked). i have not thought about videos, usually due to the size and the synchronous way PHP works it may cause a big delay in posting when you have to upload to your server, then the server pushes it again to FB before it will return the output to the browser. RE: MyBBPublisher v2.0 - saurabh - 2012-10-24 I have installed the latest version of MyBBPublisher. My concern is to remove facebook and twitter images from the index page. I want the functionality to be as it is but just not the icons. Please help me edit the right code and image.. I know about images they are in image directory even i know the source they are being called from, it is in the plugin directory. I tried to remove below code from mybbpublisher plugin also but didnt help: Quote:$pluginsetting[] = array( RE: MyBBPublisher v2.0 - pavemen - 2012-10-24 just leave those settings blank when configuring MyBBPublisher. And as you can see right in the description 'Leave blank to di(s)able." sorry I missed the "s" RE: MyBBPublisher v2.0 - pavemen - 2012-11-16 Version 3.1 released, but only at my site in sig. Full rewrite, modular design, Facebook, Twitter and Tumblr support included, support for image attachments pushed to each service (optional), and a lot more Please request support there in the MyBB Publisher forum as its is far too difficult to track individual issues in a single thread here. RE: MyBBPublisher v2.0 - dineshkummar - 2012-11-18 Hi, Thanks for you wonderful plugin. I have few concerns. I have checked all the points what you gave and every thing was successful. Even Step 4: Create/Delete a Test Post was successful. If i try to post and delete it was successful. But when I try to post the new thread on it is not coming up in the face book, let me know where is the problem. Please see my details below : Enable MyBBpublisher : YEs Is the list of Forum IDs below inclusive? Yes Forums in which New Threads are published : 11,12,13,14,15,16,31,27,54 Publish New Thread Subjects? : YEs Publish Announcements? : YEs Share moved threads? : YEs Publish to Facebook? : YEs FACEBOOK Application ID : XXXXX FACEBOOK Application API Key : XXXXX ACEBOOK Application Secret : XXXXX Step 1: Verify App ID Setting SUccess Step 2: Get Access Token for your Personal FB Account. Sucess Step 3: Select where to post and specify author. Sucess Step 4: Create/Delete a Test Post Sucess Thanks in Advacne RE: MyBBPublisher v2.0 - pavemen - 2012-11-18 please upgrade to version 3.1, available at the site in my sig, and then try it again RE: MyBBPublisher v2.0 - dineshkummar - 2012-11-18 Hi, Downloaded the latest version and updated. First 3 steps passed, in 4th steps got error...after posting not able to seen the post in face book and while deleting that post got the error : Results of Step 4: Create/Delete a Test Post Return value of test post update: Delete failed. Return value: {"error":{"message":"(#100) Invalid parameter","type":"OAuthException","code":100}} Please help me on this. Thanks, Hi, Please find the error which I took from error log. Help me on this. RE: MyBBPublisher v2.0 - pavemen - 2012-11-18 if the post was not made, it could not be deleted. clear the error logs and then try it again and post up the error log contents again. are you trying to post to a page, group or your wall? RE: MyBBPublisher v2.0 - dineshkummar - 2012-11-18 Hi, Cleared the logs and tried again through Step 4: Create/ Delete a Test Post same error I am getting and also i posted the thread in my forum even that is not posting in the wall. I trying to post in the wall Hi, Even uninstalled and reinstalled with all settings. From step 1 to 3 working fine, If i click Step 4 it is not posting the message on the wall. Even tried with new messages on thread/topic also, getting failed. Please help me on this. Thanks in Advance |