2019-04-01, 08:05 AM
Hi everyone,
I would like to incorporate Instagram (and the text) posts and for now I have only found this code:
... which replaces this code.
Unfortunately I only see the image and not the attached text. How could I embed that too (always using a MyCode that I find very useful) ???
MyBB version: 1.8.12
Thank you all
Matteo
I would like to incorporate Instagram (and the text) posts and for now I have only found this code:
\[insta\]https://www.instagram.com/p/(.*?)/\[/insta\]
... which replaces this code.
<div style="text-align:center">
<iframe src="//instagram.com/p/$1/embed/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" align="center" width="612" height="710" frameborder="0" scrolling="auto" allowtransparency="true" style="border: 1px #b2a998 solid; border-radius: 5px; box-shadow: 0px 0px 7px 0px rgba(106, 101, 91, 0.5); " text-align:center; text-decoration:none; width:100%;" target="_blank">
</iframe></div>
Unfortunately I only see the image and not the attached text. How could I embed that too (always using a MyCode that I find very useful) ???
MyBB version: 1.8.12
Thank you all
Matteo