• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
2

Custom URL in Adobe Publish Online

New Here ,
Aug 14, 2020 Aug 14, 2020

Copy link to clipboard

Copied

Hello,

I understand that Adobe Publish Online docs have to be hosted on Adobe servers - but is there a way of customising the URL at all?

Many thanks,

James

TOPICS
Publish online

Views

4.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 14, 2020 Aug 14, 2020
No.

Votes

Translate

Translate
Community Expert ,
Aug 14, 2020 Aug 14, 2020

Copy link to clipboard

Copied

No.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 14, 2020 Aug 14, 2020

Copy link to clipboard

Copied

You can wrap the URL in some iframe code and display the doc from your website—in that case the initial URL would be customizable, but as soon as the viewer clicks a link within the doc they will be redirected to the Adobe server. Something like this:

 

 

 

 

<div class="wrapper">
        <iframe src="https://indd.adobe.com/view/fe77b9d7-3a34-4327-9fe8-7c97c2c96eaf" frameborder="0"</iframe>
</div>

 

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 14, 2020 Aug 14, 2020

Copy link to clipboard

Copied

Here’s an example:

 

http://www.zenodesign.com/forum/AdobePub/

 

 

<!DOCTYPE html>
<head>
<title> Adobe</title>
</head>
<body>
<div class="vid-wrapper">
        <iframe src="https://indd.adobe.com/view/fe77b9d7-3a34-4327-9fe8-7c97c2c96eaf" frameborder="0" height="800" width="100%"</iframe>
</div>
</body>
</html>

 

 

Screen Shot 5.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 15, 2020 Aug 15, 2020

Copy link to clipboard

Copied

Great, thanks Rob! Really appreciate it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 29, 2023 Oct 29, 2023

Copy link to clipboard

Copied

Hi Rob, I found this very interesting and potentially useful to myself.

When creating this on your website did you create a "new page" or a "blog post page" to host the embedded Iframe?

I am looking to create a 100 of these and obviously a wordpress website with 100 pages would really struggle. However someone on a forum said you can have many more blog posts on a website without it lagging the website as much as a page does.

Do you have any opinions on this?

Thanks in advance

Charlie

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 29, 2023 Oct 29, 2023

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines