Group Mods

  • Profile picture of hnla
  • Profile picture of r-a-y
  • Profile picture of @mercime

BuddyPress Share It button live (46 posts)

Started 1 year, 5 months ago by: modemlooper

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    Adds a share button that when clicked shows various options to share that content on other sites. Wanted to create a way to include multiple buttons with out it taking up space.

    http://buddypress.org/community/groups/buddypress-share-it

    Let me know if you see errors or bugs.

  • Profile picture of @mercime @mercime said 1 year, 5 months ago:

    Hi @modemlooper, uploaded your plugin in test install (BP 1.2.5.2 on WP 3.0.1 multisite subdomain upgraded from WPMU 2.9.2).
    - In admin’s activity panel, the list which should come out when the Share button is clicked on is already there listed vertically, and twitter, facebook, etc button images are not showing up. Clicking on each no-image social area does bring up respective login pop-ups.
    - In group’s activity panel, clicking on Share button in group header does not open up the social buttons, and the same vertical list with no button images happens here as well. Clicking on each no-image social area does bring up respective login pop-ups.
    - I then disabled all WP and BP plugins except BuddyPress and Share It plugin, cleared cache but same behavior shows in the test install. I still have the mu-plugins working but those are tested in many WPMU/MS installs and deal with security.
    - On another note, I’ve tested so many BP plugins in this test install I’m surprised it’s turning out this way, so will be checking your plugin in virgin install tomorrow. Crossing my fingers.

    Thank you.

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    Something must be wrong on your setup. I’ve added the plugin to 3 different sites without fail.

    EDIT: oops the plugin folder is named wrong in the repo from my dev copy. fixed in repo should get an update notice.

  • Profile picture of mvvspr mvvspr said 1 year, 5 months ago:

    @modemlooper
    I installed it on test site with wpmu 2.9.2 and bp 1.2.4.1 installed and when I try to activate Buddypress share it its showing
    “Plugin could not be activated because it triggered a fatal error.”
    Is this compatible with wpmu 2.9.2?

    Thanks,
    Prashant

  • Profile picture of nit3watch nit3watch said 1 year, 5 months ago:

    @mercime Is this not something to do with wp 3′s menu’s. A while back I installed a theme and the menu’s listed vertically, when they were meant to be horizontal.. Google’d it and found that you had to add the ‘pages’ in a menu in the admin’s menu settings.. Was a while ago so don’t quite remember though maybe this is causing some conflict?

    Edit: bleh, just read modemloopers ‘edit’. Soz bout that.

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    @mvvspr You know I didn’t try it on wpmu as I dont have an install. My test site is WP multi site and it works.

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    @nit3watch it was a file path problem. The plugin’s js and css was not being called.

  • Profile picture of Anton Anton said 1 year, 5 months ago:

    Having problems with the share link opening up

  • Profile picture of Anton Anton said 1 year, 5 months ago:

    In IE getting this .js error

    Message: Object expected
    Line: 1
    Char: 1
    Code: 0
    URI: http://mydomain.com/wp-content/plugins/buddypress-share-it/bp-share-it.js?ver=3.0.1

  • Profile picture of pcwriter pcwriter said 1 year, 5 months ago:

    @Modemlooper

    Had the same behavior as @mercime, but the file path corrections cleared that up. It works just fine on my install.

    I’ve also got global forums by @Brajesh going on the same install. Any way we can get the Share buttons showing there too?

  • Profile picture of @mercime @mercime said 1 year, 5 months ago:

    @nit3watch @pcwriter – indeed, it was a file path problem in version 1.0 of the plugin. Corrections in version 1,01 resolved that. Re-activated all other BP/WP plugins in test install and all are working well together.

    Thank you @modemlooper.

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    @Antonrsa try and see if it’s conflicting with another plugin by deactivating them and trying it

  • Profile picture of modemlooper modemlooper said 1 year, 5 months ago:

    @pcwriter it’s a premium plugin and I don’t have so there is no way for me to test it and add action to place buttons

  • Profile picture of Anton Anton said 1 year, 5 months ago:

    @modemlooper – I changed the naming in the js file and it’s working now. Didn’t seem to like jq

  • Profile picture of techguy techguy said 1 year, 5 months ago:

    @modemlooper I had a need for buttons like this for another area of my website. The javascript was the key element I was missing. Thanks!