Facebook Page Plugin Width Problem
-
Hey I am using the new facebook page plugin in a pop up to get more likes for my facebook site.
For the popup I am using the plugin “wbounce”.
I have a problem with the width of the facebook box and I dont know anymore what I should do. I tried so many things and wasted so much time for that..
The facebook box is configured on the fb developer site on widht 500px, but in my pop up its something with 100px. I even tried css and the !important function. Nothing works.
Please help me!
This is the code in the popup-plugin:
<div class=”modal-title”>
<h3>Folge Alpha Inside auf Facebook!</h3>
</div><div class=”modal-body” >
<p>Verpasse keinen Artikel mehr und erhalte deine t?gliche Portion Motivation</p><div class=”fb-page” data-href=”https://www.facebook.com/pages/Alpha-Inside/334029926805762?ref=aymt_homepage_panel” data-width=”500″ data-hide-cover=”false” data-show-facepile=”true” data-show-posts=”false”><div class=”fb-xfbml-parse-ignore”>
</div></div>
</div><div class=”modal-footer”>
<p>Ich m?chte nicht über neue Artikel informiert und t?glich motiviert werden</p>
</div>this is the css
.fb-page {
width: 500px !important
}You can check the popup and its code on this link. Just move your cursor to the close-button of your browser or your tab:
https://www.alphainside.de/6-wege-wie-du-mehr-spass-und-freude-im-leben-haben-kannst/Thank you guys!
- The topic ‘Facebook Page Plugin Width Problem’ is closed to new replies.