bbPress Plugin Browser »

Social It (1.5)

Download

Version: 1.5

Other Versions

Last Updated: 2011-6-22

Requires bbPress Version: 1.0 or higher

Compatible up to: 1.0.2

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(12)

Your Rating

Author: Gautam Gupta


  1. @roohit
    I cant add that site for the following reasons:
    1) Its alexa rank is very poor, hence is very unpopular.
    2) The script is not polished.
    3) The design is very bad.
    4) I cant bookmark anything, nor can I see any bookmarks of others, no use of such site.
    5) No registration for users..!!??

    Sorry if being rude, but I just dont add websites for the sake of adding them.

    Posted: 2 years ago #
  2. justdawson

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Excellent plugin, thank you so much!

    Posted: 2 years ago #
  3. @gautam, this question might not be related to your plugin-support channel but I need to put it up before you. I have google adsense on my forum at http://vlovers.com/forum .. I want to insert ads below the first post in every topic as you have inserted social bookmarking icons below first post of every topic.. Can you hint me in this direction i.e. what sort of coding is required ?

    Posted: 2 years ago #
  4. @vlovers
    I have used the following code, you might make a plugin for yourself to do that:

    First, create a function:

    function adsense_below_first_post($post_content) {
    	$adsense_code = ""; //place your adsense code here
    	$post_id_fc = get_post_id(); //post id for check
    	if(bb_is_first($post_id_fc)){ //if the post text recieved is first post
    		echo $post_content.$adsense_code; //embedd adsense code (after) post
    	}else{ //else, echo the normal post text
    		echo $post_content;
    	}
    }

    Place your adsense code in $adsense_code

    Next, add a filter for the post text:
    add_filter('post_text', 'adsense_below_first_post');

    It should work :)

    Posted: 2 years ago #
  5. @ gautam, thanx a ton for your kind assistance , I''ll do as u directed... enjoy n take care...

    Posted: 2 years ago #
  6. Marius-

    Member

    Amazing plugin, best so far for BBPress.
    Social bookmarks on a forum, haha. How genious! This suddenly made the whole of BBPress leap two years into the future. Most IPboards doesn't even have this. No more copying and pasting!

    Posted: 2 years ago #
  7. Tomcraft1980

    Member

    Hi gautam2011,

    when anabling your plugin, pictures uploaded with bb-attachments don't whow up anymore in the posts.

    Any suggestions?

    Kind regards

    Tom

    Posted: 2 years ago #
  8. @Tomcraft1980
    bbAttachments does not work with bbPress 1.0

    Posted: 2 years ago #
  9. Tomcraft1980

    Member

    mhhh? That's not correct!
    Works perfect!

    -> have a look at http://www.xtc-modified.org !

    When activating "Social It" the generated "bbpress attachments"-thumbnails are not shown anymore!

    Any suggestions?

    kind regards

    Tom

    Posted: 2 years ago #
  10. @Tom
    When I checked bbAttachments yesterday, after enabling or disabling Social It, on bbPress 1.0.2, it wasn't working.

    Posted: 2 years ago #
  11. Tomcraft1980

    Member

    Correct me if I am wrong, but that was exacty what I reported! After enableing "Social It" the Image Thumbnails are not shown anymore. When I reported that you said bbpress attachments doesn't work with bbpress 1.02. This was the only thing I did not agree! For me, bbpress-attachments works perfectly with 1.02 as long as I don't activate your plugin.

    No idea?

    kind regards

    Tom

    Posted: 2 years ago #
  12. I can't seem to make any changes that I make from the dashboard stick. No matter what I do, after I hit submit, it goes back to the default settings with everything checked, a background image, etc.

    What am i doing wrong?

    Posted: 2 years ago #
  13. Ok, it wanted me to add a twitley tag even though i'm not even using that service. Then it let me save.

    Posted: 2 years ago #
  14. @OKTeaRoom
    It wasn't checing if the twittley checkbox is checked or not before echoing that error, I have fixed it and I'll release 1.2 soon.

    Posted: 2 years ago #
  15. Tomcraft1980

    Member

    Can you make 1.2 compatible with bb-attachments?

    I still habe the problem that uploaded images stop showing up when social it is activated. I have no other problems with bb-attachments! Even when I activate your social it plugin, users can upload, it is onky the image-thumbnail that doesn't show up anymore. =(

    Kind regards

    Tom

    Posted: 2 years ago #
  16. The plugin is great but I noticed that some topics started by members were appearing unusually zoomed. So, I randomly deactivated this plugin and after that all topics were appearing fine. I guess there is some problem with the CSS it injects on pages?

    Posted: 2 years ago #
  17. Hi,

    Great plugin! great graphics!
    I have the same problem with a few topics which loose background images and the text becomes bigger. Strange is that it happens very random. Maybe some string problem with certain URLs?

    Posted: 2 years ago #
  18. I found the problem: It's "tr.im" the service gives a big image called "overloaded" and breaks the html

    if you use a different url shortener service and check the reset function, than it's fine.

    WILL SAY nothing wrong with plugin only with external resources :D

    Posted: 2 years ago #
  19. Yes, many times tr.im causes the problems as it has very small limit. I will change the default short url service in 1.2

    Posted: 2 years ago #
  20. WPMU 2.8.4a
    BB 1.0.2
    BP 1.0.3

    it keeps saying "You need to set at least 1 default tag for any articles submitted to Twittley. "

    Even if I just check ONE icon like facebook.

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.