• I visited the site for FLV Embed a couple of hours ago and really liked the layout they used for downloading: Image This looks like some sort of plugin to me. Been looking for it for a couple of hours now with no success so wondered if anyone recognized it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t think it’s a plugin. It’s a class the author has defined in the stylesheet that places the .png image next to the download link.

    From the .css;

    a.plugin_dl {
    
    	font-size: 1.1em;
    
    	font-weight: bold;
    
    	background: url('/blog/plugin/plugin.png') no-repeat center left;
    
    	padding-left: 24px;
    
    	margin-left: 3px; }

    From the source code; (edited)

    title=”Download FLV Embed 1.1″ class=”plugin_dl” rel=”nofollow”>FLV Embed plugin 1.1 for WordPress 2.5+

    Thread Starter thimic

    (@thimic)

    Thanks a lot 🙂

    You’re welcome! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does anyone recognize this plugin for downloads?’ is closed to new replies.