Posts tagged HTML

 

Save Word Documents as PDF With novaPDF

0

NovaPDF Professional Desktop lets you towards design PDF records from any printable document, involving emails, MS Office documents, Web pages, text. It works as a printer driver and you can print from any Windows application that embraces printing, predetermined novaPDF Professional Desktop as the default printer and the document shall be converted and retained as PDF file. Features involves customizable conclusion, PDF protection, PDF relates, PDF bookmarks, text/image compression, or profiles.

Continue reading “Save Word Documents as PDF With novaPDF” »

 

WordPress Plugin: Get Recent Comments

0
WordPress

This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. You have comprehensive control about their appearance. This ranges from the number of comments, the length of the excerpts up to the html layout. You can let the plugin order the comments by the corresponding post, or simply order them by date. Continue reading “WordPress Plugin: Get Recent Comments” »

 

WordPress Super Cache

0

wpWP Super Cache is a static caching plugin for WordPress. It develops html documents assisted exactly by Apache without processing comparatively hefty PHP scripts. By utilising this plugin you will pace up your WordPress blog significantly. Continue reading “WordPress Super Cache” »

wordpress

How to embed face book video in word press

0

Continue reading “How to embed face book video in word press” »

facebook

How to embed facebook videos in web page

1


Face book didn’t allowed in start to embed face book videos to third party applications or websites. Now face book has enabled this feature, but for many users this is very difficult, as their is no plugin available for this.

Here is a simple solution for this.

Open face book video page.

Every video uploaded on Facebook has a unique ID that you can find in the browser’s address bar (look for the value of parameter “v”).

See yellow highlighted area in picture below.

facebook

Copy that number and replace it with xxx in the code below.

<object width="400" height="224" >
 <param name="allowfullscreen" value="true" />
 <param name="allowscriptaccess" value="always" />
 <param name="movie" value="http://www.facebook.com/v/xxx" />
 <embed src="http://www.facebook.com/v/xxx" type="application/x-shockwave-flash"
   allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
 </embed>
</object>

Copy this code to any page you want to publish this video.

Hope It Works.

 

WordPress Plugin “Branded Admin”

0
WordPress
Image via Wikipedia

Finally the Branded Admin Plugin has arrived. This plugin lets for the application of custom header and footer graphics towards the WordPress Admin Section. It also sweeps WordPress relates towards better distinguish the spot as a custom profession and reinforce the spots branding. I possess provided screenshots beneath of the ahead of and as soon as Admin Dashboard page from my site. I styled two photos towards design the branding influence I needed. One within the header, reinforcing the header logo from the content side of my spot and an symbol logo within the footer. Nothing fancy but it shoulders the logo towards the Admin pages very well. Continue reading “WordPress Plugin “Branded Admin”” »

Go to Top