Skip to main content
Participant
January 13, 2021
Answered

Publish Online - Read Now button

  • January 13, 2021
  • 1 reply
  • 1781 views

Hello! I published an ID document online and embedded it into my wordpress site. Wen I pull up the page in Crome, there is a "Read Now" button that shows in the middle of the cover page. Is there a way to remove that?

TIA.

Jacqueline

 

This topic has been closed for replies.
Correct answer Jeffrey_Smith

In the code, change "embed" to "view"

<iframe style="border: 0px solid #777;" src="https://indd.adobe.com/view/015c47c7-1919-XXXXXXXXXXXXX?startpage=1&allowFullscreen=true" width="1200px" height="750px" frameborder="0" allowfullscreen=""></iframe>

1 reply

Jeffrey_SmithCommunity ExpertCorrect answer
Community Expert
January 13, 2021

In the code, change "embed" to "view"

<iframe style="border: 0px solid #777;" src="https://indd.adobe.com/view/015c47c7-1919-XXXXXXXXXXXXX?startpage=1&allowFullscreen=true" width="1200px" height="750px" frameborder="0" allowfullscreen=""></iframe>

Participant
January 13, 2021

Thank you! I will give it a try!