• Resolved valentinamypsycho

    (@valentinamypsycho)


    Come faccio a trovare il codice dell’iframe per poterlo modificare?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support ahmeddr

    (@ahmeddr)

    Hi @valentinamypsycho,

    This depends on how the iframe is implemented or generated.

    If you’re simply pasting the iframe into an Advanced Ads ad, you can open the ad in the backend and adjust the iframe code directly. For example, if your iframe looks like this:

    < iframe src=”https://example.com&#8221; width=”600″ height=”600 >< /iframe >

    You can either remove the width attribute entirely:
    < iframe src=”https://example.com&#8221; height=”600″ >< /iframe >

    Or, set the width to 100% so it adjusts to the container:
    < iframe src=”https://example.com&#8221; width=”100%” height=”600 >< /iframe >

    If the iframe is generated dynamically, e.g. through JavaScript, then the code responsible for generating it needs to be updated. If you can’t do that yourself in this case, it’s best to contact the advertiser who provided you with the code, as I won’t be able to assist much on that part unfortunately.

    You can also provide me with a screenshot of the ad edit page of one of those ads, so I understand how you are implementing them.

    Have a great day!

    henningaa

    (@henningaa)

    double post

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘iframe’ is closed to new replies.