Are there any other ways to add Facebook Like, Twitter Tweet and other Social Media Add Ons other than using the embed button. This is because embed elements only can be previewed on published/exported site and I can’t edit or align the buttons as I wish.
@darusim_ws At the moment this is the only way to do it inside Webflow. If you embed an iframe you will be able to see it in the designer, but scripts cannot be rendered. From personal experience it’s pretty annoying to work with these social embed elements. We will try to make it easier if we can.
Yes, @callmevlad, I can use the width control in the position section, which can fix the problem with “Follow @bemyeyes” being off center. 126px seems to be about right
Hi @thelle, thanks for pointing out these issues. You can try the following to fix them:
Facebook - Insert this code into a custom HTML embed, and it should hopefully resolve the width issue:
<style>
.w-widget-facebook iframe {
width: auto !important;
}
</style>
Google Plus - it looks like the button is trying access https://bemyeyes.org which is not responding. I’m guessing the https was a typo? Try using plain old http and see if that works.
With the HTML style embed I loose the centering - I can of course use the width again, but with the boxes growing to right it gets off centered again. (this is a tiny detail though - extremely happy all-in-all!)