Plugin Directory

Android App Share

Android App Share makes use of the AppBrain website to provide lists of your current Android Apps.

Download Version 1.0

The AppBrain website (and matching app) allows you to view your installed Android Apps, view the marketplace and even install, right from your browser.

Android App Share allows you to list your app lists via a widget, shortcode or manually added function call.

There are 3 ways to display a list - a function call (requires PHP coding, but can be placed anywhere), a short code (which can be easily placed in a post or page) or with a sidebar widget.

Let's go through each of the 3 methods in turn...

1. Function Call

For those with access (and the requirement) to their theme PHP, a function calls adds total flexibility as it can be added anywhere within your theme.

<?php if (function_exists('android_app_share')) {android_app_share('username','listname','paras');} ?>

Where username is your AppBrain username, listname is the name of the required app list and paras is a list of parameters - an ampersand separating each parameter.

Here's an example that lists my own app list...

<?php if (function_exists('android_app_share')) {android_app_share("dartiss","my-android-apps","limit=5&order=name&target=_blank&nofollow=yes&desclen=100");} ?>

In this case it shows 5 apps, in name order. A description is shown, limited to 100 characters, clicking on any link will open a new window and rel="nofollow" has been added to each link.

2. Short Code

This is an easy one. Within any post or page, simply type the following...

[applist user=x listname=y]

Where x is the username and y is the listname. All the other parameters, as listed with the function call, can be used too. For example, the previous example as a short code would be...

[applist user=dartiss listname=my-android-apps limit=5 order=name target=_blank nofollow=yes desclen=100]

In this case, this would not appear an unordered list, because the default for the short code is that this turned off.

3. Widget

The Widget is available from the Appearance->Widgets menu within Administation. Drag it to the appropriate sidebar and click on the down arrow to modify the default options.

These NEED to be done as you also have to user name and list name.

Author: dartiss

Requires: 2.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-7-22 Downloads: 503

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.

100,1,1