UPM – Social Bookmarks

11:14 am in Universal Post Manager by Kristel

Social Bookmarks – Slider

With Universal Post Manager you can also share your post and pages by 30 Social Bookmarks . There are two screen type of social bookmark buttons , at first let’s introduce Bookmark Slider which is perfect and funny type of button’s appearance , this type of bookmarks buttons is very flexible to customize for different themes .
To use this type of bookmarks you should put this code

<?php upm_bookmarks('type=slider') ?> in theme files , by default this function works according admin-box options which shown below , as you can see there are five options :

  • Slider Item size – to choose size of bookmark images,
  • Number of items to scroll by – number of bookmark images in one step of sliding ,
  • Showing Bookmarks by start – to set bookmarks which will be shown at first,
  • Excluded Bookmarks – to exclude some bookmarks from slider , by default all bookmarks are included in slider.
  • Background Color – slider background color , for more particular customization you can use
    /universal-post-manager/template/bookmarks_slider_h.php template file .



Some usage roles about bookmark slider function.

  • If you want to include this link more then one time in same page , you should use this code like this:
    <?php upm_bookmarks('type=slider&SequenceNumber=1') ?>
    <?php upm_bookmarks('type=slider&SequenceNumber=2') ?>
    <?php upm_bookmarks('type=slider&SequenceNumber=3') ?>
    … etc.
  • You can customize Bookmark’s slider by all variables :

    size - size of bookmark images,
    BackgroundColor - slider background color,
    ShowBookmarksNumber - number of bookmark images in one step of sliding,
    SequenceNumber - if you want to include this link more then one time,
    StartBookmarks - bookmarks which will be shown at first,
    ExcludeBookmarks - exclude some bookmarks from slider.

  • Example #1:
    <?php upm_bookmarks('type=slider&size=60&BackgroundColor=#FFFFFF&ShowBookmarksNumber=1&StartBookmarks=aim') ?>
  • Example #2:
    <?php upm_bookmarks('type=slider&size=32&BackgroundColor=#CCCCCC&ShowBookmarksNumber=7&StartBookmarks=google,linkedin,live,livejournal,magnolia,mixx,myspace') ?>
  • Example #3:
    <?php upm_bookmarks('type=slider&size=16&BackgroundColor=#FFFFB0&ShowBookmarksNumber=15') ?>
  • Example #4:
    <?php upm_bookmarks('type=slider&size=24&BackgroundColor=#FFF&ShowBookmarksNumber=14&StartBookmarks=facebook,myspace,twitter,digg,stumbleupon') ?>
  • Example #5:
    <?php upm_bookmarks('type=slider&size=60&BackgroundColor=#000&ShowBookmarksNumber=8&StartBookmarks=facebook,myspace,twitter,stumbleupon') ?>

Social Bookmarks – Normal

This type of bookmark button appearance is very popular and very easy to manage and use . For this you can choose type of bookmark link ( Text, Image, Text and Image ) and bookmark image size ( 16, 24, 32, 48, 60 ) , change link text , include or exclude some bookmarks by checking according checkbox .


This is an example of Normal type bookmark buttons:

To use this type of bookmarks you should put this code <?php upm_bookmarks('type=normal') ?> in theme files.


Fatal error: Call to undefined function upm_all() in /home/profproj/public_html/wp-content/themes/bp-default_/single.php on line 38