Social Dropdown
This plugin displays several social bookmarking options in a dropdown. Unlike other social bookmarking displays, this does not cause clutter. Whats new in 2.0 Version 2.0 features a new fresh look which is much easier to use and is extremely search engine friendly. Nonetheless, if you do not like the new layout, you can always use the old one via the administration panel. The new layout should go well with most layouts. The new version also takes into consideration of non-JavaScript users and would downgrade gracefully to allow non-JavaScript users to utilize every other feature (exception of dropdown). Integration with an external Social Bookmarking API allows your blog users to enjoy all bookmarks that are available even if you have not upgraded your plugin past version 2.0. Supported Social Bookmarks BlinkBits BlinkList BlogLines BlogMarks Buddymarks BumpZee CiteULike Co.mments Del.icio.us Digg Diigo Facebook Fark Faves Feed Me Links Furl Gravee Google Bookmarks Hugg Jeqq Linkagogo Ma.gnolia Mister Wong NetVouz Newsvine OnlyWire Propeller RawSugar Reddit Rojo Simpy Slashdot Sphinn Spurl Squidoo StumbleUpon Taggly Tagtooga TailRank Technorati Windows Live Yahoo MyWebs In addition, you can customize the order of the bookmarks or choose to remove some of them without editing a file. If you do not like Dropdowns, this plugin has the ability to show the bookmarks without the dropdown – similar to what other plugins display. Remember to read the readme file to ensure that you have done what is needed. Updating You can check what version the plug-in is at via visiting the Options > Social Dropdown panel. Deactivate the Social Dropdown plug-in. You may want to back-up your existing plug-in files just in case if there are any errors while updating. Replace the files in the social-dropdown directory located in the WordPress plug-ins directory. Re-activate the Social Dropdown plug-in from the administration dashboard. If you have modified the GenerateAll() function, copy the modified area and set $overrideoptions to true to preserve your changes. $overrideoptions can be found in generatebookmarks.php. Requirements A working WordPress install Your WordPress theme must contain a call to the get_header() function Your WordPress theme must contain the WordPress loop Most WordPress installs and templates have these, so you need not worry about these. To be able to use the dropdown, one must have JavaScript enabled in the browser. Fortunately, users without JavaScript enabled will see a list of social bookmarks at where the dropdown is. Customizing Within socialdropdown.php, these are some areas you can edit to influence how the dropdown appears. In the GenerateAll() function, you can re-arrange how the items appear, add new items or remove them (after setting $overrideoptions to true). You can already do this using the Options > Social Dropdown panel. Creating bookmarks Each social bookmark is generated using the GenerateLink() function, and the URLs used are created using the GenerateURL() function. The parameters are as followed: GenerateLink($type), where $type is the name of the social bookmark (e.g. Digg is represented as ‘digg’). In order to add a new bookmark, add the following lines of code after an item [i.e. after break;] in the GenerateURL() function. An example is shown: case '[name of social bookmarking site]': ?> [URL to social bookmark page] <?php break; In this example, when you call GenerateURL('yahoo'), the link for this item is generated. The link is the direct link to the submitting URL, usually available as an API on the social bookmarking site. Within the URL, there is some PHP code. the_title() represents the post title, while echo get_the_permalink() represents the URL of the post. Within generatebookmarks.php, find a variable called $all. Add ‘|[your bookmark name here]’ to the end of the string. For example, in the case of Yahoo, if $all contains “google”, then the result will be “google|yahoo”. Credits Several images are created or taken from the corresponding social bookmarking sites and edited to suit the plug-in. The dropdown javascript is taken from http://www.dynamicdrive.com/ and modified. The drag-drop library is provided by http://script.aculo.us/.
Top keywords
- social15×2.20%
- dropdown11×1.62%
- bookmarks7×1.03%
- bookmarking6×0.88%
- function6×0.88%
- social bookmarking6×0.88%
- wordpress6×0.88%
- bookmark5×0.73%
- php5×0.73%
- plug-in5×0.73%
- add4×0.59%
- social dropdown4×0.59%
W4 Post List
W4 Post List builds the lists that WordPress core still can’t: posts grouped under year, month, category or author headings; category and term indexes; user directories; and combined Terms + Posts and Users + Posts lists. You control the output with a template of plain HTML and simple template tags, so the markup stays clean, semantic and completely yours. Place any list anywhere with the W4 Post List block, the [postlist id="123"] shortcode, or the classic widget. What can you build? Year/month archives — posts grouped under date headings Category, tag or custom taxonomy indexes — with or without each term’s posts listed underneath Author and user directories — list users by role, with avatars, bios and each user’s posts Filtered post lists — any post type, filtered by status, taxonomy terms, custom fields, dates, authors, parents and more Media lists — image and attachment lists by mime type Five list types Posts Terms Users Terms + Posts Users + Posts Query options (Posts) Post type, status and mime type Search keyword Include/exclude posts by ID, exclude the current post Filter by parent, author, taxonomy terms (tax query), custom fields (meta query) and dates (date query) Items per page, with multi-page pagination Group results by Year, month, or month + year Category, tag or any custom taxonomy Author Parent Order results by ID, title, slug, publish date, modified date, menu order, comment count, custom field value, or random Pagination Next/previous links or numeric navigation, with optional AJAX page loading Full control over the output Output is template-driven: every list has an HTML template with template tags like [post_title], [post_permalink], [featured_image], [post_author_name] and [post_meta key="..."]. Start from a ready-made template — cards, archives, category indexes, user directories — and tweak it, or write your own markup for pixel-perfect control. A live preview in the editor shows your changes before you save. If you want a drag-and-drop visual builder, this plugin isn’t that — it keeps you close to your own HTML, which is exactly why themes and developers like it. See the full template tag reference and live examples with copy-paste templates. Lightweight, independently measured WP Hive independently measures W4 Post List at 19 KB memory usage and +0.05 s page-speed impact — better than 99% of the plugins they test. No bundled frameworks, no frontend bloat. Privacy Policy W4 Post List uses Appsero SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements. Appsero SDK does not gather any data by default. The SDK only starts gathering basic telemetry data when a user allows it via the admin notice. We collect the data to ensure a great user experience for all our users. Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation from users in any case. Learn more about how Appsero collects and uses this data.
Top keywords