Skip to main content
Participant
February 26, 2025
Answered

Publish Online - InDesign Link Removal

  • February 26, 2025
  • 1 reply
  • 419 views

When you Publish an InDeisgn document online, is there a way to remove the "InDesign Publish Online" link from appearing when you embed it on your own website?

 

It appears in the top left corner and sends you to this page: https://www.adobe.com/learn/indesign/web/self-publishing-online?locale=en&learnIn=1

Correct answer Jeffrey_Smith

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

Example: src="https://indd.adobe.com/view/xxxxxx123456789

1 reply

Jeffrey_SmithCommunity ExpertCorrect answer
Community Expert
February 26, 2025

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

Example: src="https://indd.adobe.com/view/xxxxxx123456789

Participant
February 26, 2025

Thank you so much!!