Takingroot / co2r

Website for the CO2R platform
http://co2r-demo.herokuapp.com/
0 stars 0 forks source link

Facebook share button comment box not accessible #186

Open brookevmf opened 11 years ago

brookevmf commented 11 years ago

When I click on the 'Like' button in the share bar, the 'add a comment' box is so small that I can't hit the 'post' button, not see what I'm commenting. I think this is a CSS problem in the iframe, but not sure. This is super critical.

brookevmf commented 11 years ago

Here's a screenshot of how it looks for me. There's no place to 'send' the post to Facebook, so it's impossible to share!

screen shot 2013-12-01 at 1 41 54 pm

jasonkuhrt commented 10 years ago

Brooke it looks like the Facebook design for this button style changed and is breaking our design. See example at:

https://www.addthis.com/get/sharing

If we got with the "square" style it appears to still open a pop-up window which would work for us.

Let me know if I should try doing that.

jasonkuhrt commented 10 years ago

Given that the current design was simply broken, I've deployed something that is at least useable.

brookevmf commented 10 years ago

Hey - I'm not sure I totally follow, but I see that you've changed it.

Is there any way that the two buttons can be the same?? Also is there no way to use the entire code, to allow people to share using other tools? The code provided on the site will actually tailor the social media options displayed based on the user: https://www.addthis.com/get/sharing

The second sent of share buttons (the big squares) on that page are the best ones in this case. They stand out the most.

The social element is REALLY important and we have to make sure people want to click on these links :)

brookevmf commented 10 years ago

Here's an idea! Add this has Smart Layers : https://www.addthis.com/get/smart-layers

This puts a layer over the site that adds the share buttons on the left of the page. The tool is responsive, just like the co2r site. The tool can be customized via the API: http://support.addthis.com/customer/portal/articles/1200473-smart-layers-api#.UurBTvaRRv0

I think this may be really good, if it works with the co2r.com site.

What do you think?