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

Custom URL in Adobe Publish Online

New Here ,
Aug 14, 2020 Aug 14, 2020

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
5.4K
Translate
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.
Translate
Community Expert ,
Aug 14, 2020 Aug 14, 2020
No.
Translate
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

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>

 

 

 

Translate
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

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

Translate
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

Great, thanks Rob! Really appreciate it.

Translate
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

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

Translate
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
LATEST
Translate
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