Skip to content

vivivers/get-iconpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Iconpaper on your website

website get.iconpaper.org

Screenshot

Directions

1/ Include the geticonpaper.css file on your page with a <link> tag ( in this file you can customize all elements )

<link href="geticonpaper/geticonpaper.css" rel="stylesheet" type="text/css" media="screen" />

2/ Include the geticonpaper.php file on your page with <?php include ?> ( in this file you can change the layout and reorganize all elements )

<?php include('geticonpaper/geticonpaper.php'); ?>

3/ Call the function wherever you want on your page, it will display the number of rss items you've set as argument

<?php getIconpaper(3); ?>

Try the example page to see it in action

Options

You can set a second argument to trim the title for your needs

<?php getIconpaper(3,20); ?>

In this case, it will trim the title to 20 characters (with " ..."). So it will crop the title to 20 - 4 characters and add " ..." to the end

example the title "Professor von Quackenstein" limited to 20 char become "Professor von Qu ..."

Versions

2012 01 04 - 1.0

About

A PHP function to embed last Iconpaper posts on your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages