Showing posts with label Blogger Tutorials. Show all posts
Showing posts with label Blogger Tutorials. Show all posts

How to Display/Embed .PDF File in Web Pages

Leave a Comment
Nowadays, website contents in the internet is not only text and image. Some other types of content have often Embedded in web pages. One of them is .PDF formatted. Website content with pdf formatted commonly used for showcase ebook or other long document.

To embed or display file with .pdf formatted, there are 2 simple ways you can used.

Way #1

It is the way to embed .PDF formatted file as full page. It means, there are no other element in that page. It is like you read pdf file with browser, not pdf reader. The way is just link your pdf file with <a> tag.

<a href="http://localhost/bogor-learning/files/cerita.pdf" target="_blank">Cerita</a>

*the red code is path to your pdf file.

The html code above will link to your pdf file. And if you click that, you will open your pdf file in browser like this :



Read More...

How to Set Title, Thumbnail & Description For Shared Link on Facebook

Leave a Comment
After publishing a post on your blog, surely you want that post read by people around you. It is commonplace to share you new posts to facebook. And, when you share an URL of your blog posts on facebook, It will automatically load title, thumbnail image and description for blog post you share, as shown below:



Read More...