Bit of an amateur here, so I apologize in advance if this question is something that I should know, but don't. I am trying to find out if there is a way to add Open Graph info to pdf files that I have hosted inside my public_html folder.
To clarify, I have a wordpress site, and in it I have a page called "knowledge base" that has portfolio items that link to various helpful PDF files that I FTP'd into that wordpress folder. I realized stupidly, when I tried to share a link to the file on Facebook, that no image or description or title shows up. Is there any way to mitigate this? Can I add more info into the shareable URL? Can I add metadata into the PDF? Can I link to another page and somehow put the metadata there but then have it automatically redirect to the PDF link?
I will preface that I am not a programmer, so please be easy on me. Thanks in advance for any help...
Related
ChartStudio does this easily. However, the chart is editable by anyone. Is there a way to host the graph in github and deploy it as github pages and then embed it into a Medium.com article? Tables and codes can easily be embedded by copying the url of github gist that contains the table/codes.
If they are public, GitHub pages can of course be easily integrated anywhere.
One option is to create a markdown page and integrate an object in there (f.e. an image) at github.com. You can upload it onto the page or do so via clipboard of your computer.
As next, you give it a name, f.e. stackoverflow_001.md and save it. You can find an example here: Markdown page with an image.
This URL can be used at medium.com in case you write an article. During your writing process, you add an embed at your article and paste in exactly this URL - that's it.
Hi I have developed a wordpress site and noticed that when I visit PDF using this link: https://peppyplates.brookstonesites.co.uk/wp-content/fancy_products_orders/pdfs/74089_2.pdf
you are only able to see one page. If I then go into my file system and download the PDF it contains 5 pages. All 5 pages are duplicates I doubt this is an issue but thought it was worth mentioning.
When I visit the above link I want it to show all 5 pages. I'm not sure what is causing this issue. TCPDF is clearly creating the PDF correctly since when I download it the content is correct.
Could this be a wordpress issue and if so is there a fix because I don't want to have to go through the file system to get the file I need.
I am using a plugin called Fancy Product Designer to create the PDF, I have slightly modified it to add the duplicate pages which has worked a treat if I download the PDF.
It was a wordpress caching issue. I myst have created the PDF before adding the code to duplicate the pages. I created a new order downloaded the PDF and it contains the duplicate pages.
NOTE TO SELF: always clear server cache if there is no reason for the issue ;)
Good morning. I'm learning WordPress on the fly for a community project. The project coordinator has some PDF files in Google Docs she would like people to fill out and submit electronically. I have added links to the Google Doc files using Elementor which works, but people would still have to download the file in Word Format and email them to her. Could anyone point me in the right direction for Plugins or examples that would help streamline the submission of these predefined PDFs?
Existing Site:
http://chagrinfallsdi.com/join_destination_imagination/
Exploring Formidable PRO2PDF as it looks like the best option to tackle this.
I was looking for something new for wordpress, I was trying to find all the paid and free plugins but there is no way to hide the domain name in the path.
I would like to ask if Wordpress can do this?
Can you help me with something to get url like in the picture ???
That is a local URL, so they have to be stored locally on your machine and loaded in by a file located on your machine.
If I am reading this correctly than just do what the image says. It isn't that hard. I did it countless times. If you mean like how to hide domain names in the link than refer to this link and scroll down and go to the "external" tutorial area. And if you mean like in javascript than refer to this link and go to the external part of the page. If this didn't help you or I misunderstood than please put more information.
Right now I'm bulding a wordpress website on my server. Urls are http://domain.com/ftpfolder/page
Problem that I have is that I'm going to have to transfer this website to the client's server and links will be like this http://domain2.com/page
Wordpress Address & Site URL can fix this easily, however, not all links in the website will be changed as some of them are entered manually. I did the test already.
My question is: How do I write all images/pages links in order to be ready for the transfer?
I thought I could name all of them <a href="./page"> but this creates mistakes for some links.
For eg. I have to some images in a page called "expertise": http://domain.com/ftpfolder/expertise
I want each image to link to a specific product (wordpress portfolio), for example: http://domain.com/ftpfolder/portfolio/product1
If I use <a href="./portfolio/products1">, then the link becomes: http://domain2.com/expertise/portfolio/product1 which doesn't work because /expertise/portfolio doesn't exist as mentioned two lines above (because I'm using wordpress pages and portfolios, so categories are bypassed)
So should I write all my links: http://domain.com/ftpfolder/... and then replace this by http://domain2.com/... in the database? If yes, how do I do it?Or is there another technique I'm not aware of to simplify my links? Or should I rethink the way my content is organised, but I'm not sure how.
Hope this makes sense, sorry for my bad English. Thanks in advance for your feedback.
Use "Search and Replace Script" as advised by the WordPress Codex.
Use to replace 1 with 2:
domain.com/ftpfolder/page
domain2.com/page
Oh, did I tell you to do a backup first?