I'm trying to hide the facebook bubble by changing the horizontal settings for the facebook widget, but it has no effect on my site.
I have the display set as horizontal.
Also I've hidden the twitter and google+ bubbles and now the button have moved higher then the pin interest and facebook button. How do I align them all?
Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VM’s picture

Category: bug » support

This reads more like a support request then a bug report.

rfsbsb’s picture

Category: support » bug

In fact it's a bug.

I was trying to do the same thing and, unless you configure each content type individually, the module won't obey the general configuration.

So @LTech, as a workaround for a while, you can visit each content type page, check if it is using the right configuration, and then save the page. This worked for me.

I'll work on a patch this week to try to solve this.

LTech’s picture

Status: Active » Closed (fixed)

Thanks, editing the content type -> edit -> easy social settings -> type of buttons -> horizontal, worked.

darkside1’s picture

same problem
7.x-2.x-dev and 7.x-2.10-dev

and the picture is off of side bar insted of post

thanks

Kristen Pol’s picture

Category: bug » support
Status: Closed (fixed) » Active

I'm not able to hide the bubble for facebook (there are options on the other widgets). The horizontal option mentioned in #3 didn't make any difference for me.

rli’s picture

make them horizontal, and set the div box width to low px will hide the bubble.

It is not a good fix, but works for now.

Webulab’s picture

Issue tags: ++patch
FileSize
2.04 KB

I've written a simple patch to add the option to hide the Facebook count bubble. It's written for the 7.x-2.x branch.

slv_’s picture

I think the fix here would be to add the $box_type setting to the facebook widget settings page, instead of choosing the box type based on whether the widget is set to display horizontally, or vertically. They're just different things, and since facebook allows a 'button' type to be used, this module should support it.

I'm happy to roll a patch for this if the maintainers confirm they're happy to commit it.

In the meantime, the patch in #7 should solve the issue for most cases. Thanks for that Webulab.

slv_’s picture

Title: hide facebook bubble » Let user choose the $box_type (layout) in the Facebook widget settings page.
Category: Support request » Feature request
Issue summary: View changes

This works as intended, but the fact now is that would be useful for people to be able to choose exactly the widget they want to use, so moving to Feature Request.

balis_m’s picture

i' ve created this patch to add the option to choose facebook widget layout ($box_type).