This article provides steps for displaying a PDF document on your website.
Covered in this Article:
Embed PDF Using Text Area Snippet |
➧ Step 1: Save the report or document as a PDF |
|
This is using the Athlete Roster Report as an example. If you are embedding your own report or document, you can skip this first step. Navigate to your Reports tab under the Manage Team admin console, and click into the Athlete Roster report. Then click the Print button to "Save as PDF."
|
➧ Step 2: Upload PDF to your "Uploaded Files" |
|
Navigate to your Uploaded Files page by going to Manage Team > Settings > Uploaded Files. Click on the Add File button, choose your file, add a category (this just organizes your list of files), and Save. |
➧ Step 3: Copy URL to uploaded file |
|
Click on the file name to view the file and copy the full URL of the document from the address field of the browser.
|
➧ Step 4: Add a Text Area snippet to the website |
|
Add a Text Area snippet on the page you want this displayed on.
|
➧ Step 5: Use the HTML editor to embed PDF |
|
Switch from the text view to the HTML view of the Editor (</> icon). Paste the URL you copied from your uploaded file into the black HTML editor box as a placeholder. Then paste the following HTML in the black box on the next line: <embed width="800" height="1100" src="<document url goes here>" type="application/xml"> It will look something like this: Next, replace the <document url goes here> with the PDF URL you pasted above as a placeholder. Then click on the HTML </> again to return to the text view and click the Create button. Final product after exiting the page editor: |
Display as a Link |
➧ Display the file on the website using the File Attachment Snippet |
|
If you just want to display your file as a link, you can do this using the File Attachments snippet. This will be presented as a link as shown below: ![]() ![]() |
Create a Private Page (Optional) |
|
If you are posting sensitive information (i.e., contacts), consider posting this on a private page, so only signed-in members can view it. To create a new page, choose Edit Navigation from the upper right menu, or go to Manage Team > Website > Pages, and click on the New Page button. When creating your new page, check to make it Private, so people have to sign in to view it. ➞ See Creating and Editing Pages for step-by-step instructions. |


Comments
0 comments
Article is closed for comments.