No Sound In iPad App?

February 26th, 2014

We have received a few calls regarding no sound playing in the NAPA Service Assistant App for iPad. This appears to be an issue with the Apple Slider Switch settings, and can be easily remedied by following the instructions below:


Creating A New Link To Your AutoNetTV Webtools or Service Assistant Site

April 19th, 2013

One of the questions we receive frequently is 'Do you have a link we can use to connect our home site to our new Webtools/SA site?'

The answer is Yes, and here it is:

The following code samples will allow you to place a pre-created graphic button on any page on your site. You will need to know basic HTML in order to understand and place this code on your site.

Simply copy the code sample of your choice (below) to your favorite text editor and edit the three sections of the code marked with 'ALL_CAPS', and then insert into your page HTML.

There are three sections you need to edit:

  1. YOUR_DESTINATION_URL is the place you need to insert the URL of the page you want to open when someone clicks this button. Typically this is your Webtools or Service Assistant page, or Blog page.
  2. DESTINATION_PAGE_TITLE_GOES_HERE is where you need to insert the title of your destination page. This is for SEO and link identification, so use your shop name or city name in this name. For example, a perfect name here would be 'Johnson's Auto Tips Blog Page for Maintown KY'.
  3. DESTINATION_PAGE_TITLE_GOES_HERE is a second place where you need to insert the title of your destination page, just like the first one. One is used for alternate text in a browser, and the other is for the image tag. They can be the same, but don't have to be.

Code Samples

Sample AutoNetTV ButtonCode Sample 1:
The following code will allow you to insert a 50x29-pixel button on your site that looks like the example on the right. —>

<a href="YOUR_DESTINATION_URL" target="_blank" title="DESTINATION_PAGE_TITLE_GOES_HERE"><img src="http://autonettv.com/linklogos/auto-blog-50x29.png" alt="DESTINATION_PAGE_TITLE_GOES_HERE" align="left" style="margin: 8px;" /></a>

 

Sample AutoNetTV ButtonCode Sample 2:
The following code will allow you to insert a 100x58-pixel button on your site that looks like the example on the right. —>

<a href="YOUR_DESTINATION_URL" target="_blank" title="DESTINATION_PAGE_TITLE_GOES_HERE"><img src="http://autonettv.com/linklogos/auto-blog-100x58.png" alt="DESTINATION_PAGE_TITLE_GOES_HERE" align="left" style="margin: 8px;" /></a>

 

Sample AutoNetTV ButtonCode Sample 3:
The following code will allow you to insert a 120x70-pixel button on your site that looks like the example on the right. —>

<a href="YOUR_DESTINATION_URL" target="_blank" title="DESTINATION_PAGE_TITLE_GOES_HERE"><img src="http://autonettv.com/linklogos/auto-blog-120x70.png" alt="DESTINATION_PAGE_TITLE_GOES_HERE" align="left" style="margin: 8px;" /></a>

 

Sample AutoNetTV ButtonCode Sample 4:
The following code will allow you to insert a 179x104-pixel button on your site that looks like the example on the right. —>

<a href="YOUR_DESTINATION_URL" target="_blank" title="DESTINATION_PAGE_TITLE_GOES_HERE"><img src="http://autonettv.com/linklogos/auto-blog-179x104.png" alt="DESTINATION_PAGE_TITLE_GOES_HERE" align="left" style="margin: 8px;" /></a>

 

Code Sample 5 - Text Only:
The following code will allow you to insert a text-only link on your site. A text link (<—like that one) can be inserted anywhere on your site, including within a paragraph of text.

<a href="DESTINATION_PAGE_TITLE_GOES_HERE" title="DESTINATION_PAGE_TITLE_GOES_HERE" target="_blank">DESTINATION_PAGE_TITLE_GOES_HERE</a>

 A Few Notes About This HTML

      1. You can change the alignment of your button by changing the work in quotes after 'align' in the code snippets. Typical alignment options include 'left', 'center' and 'right. The images on this page are aligned 'right'.
      2. You will want to make your edits to this code in a PLAIN TEXT editor. If you edit this code in Microsoft Word, you will get additional hidden code that will potentially break its function. Writing code in MS Word is bad practice, and will cause problems. Do not edit your code in Microsoft Word.
      3. Use of the AutoNetTV logo and trademark on your site is granted by AutoNetTV on condition of your subscription to the AutoNetTV service. AutoNetTV retains all rights and privileges to this logo, and reserves all rights to this trademark. AutoNetTV retains the right to require you to remove this logo from your site. ListPipe is not an authorizing agent of AutoNetTV; this information and link code is provided as a service to AutoNetTV, and does not represent any authority on the part of ListPipe to act in the name of AutoNetTV.
      4. back up your stuffFinally; this HTML code is provided as-is with no guarantee or even a half-intended wink of confidence. It worked for us, but we can't say it will work for you, or not break your site, or destroy the entire universe. Our advice: Back up your stuff before you go messing with it.

 

RelayPipe Tip: Changing The Number Of Posts That Appear On Your Page

January 9th, 2013

For those of you using RelayPipe, there is an ability to regulate how many posts appear on your blog page. The standard display is ten posts, however you may want to shorten this number to accommodate a shorter page template, or to make reading appear easier for your visitors.

Shortening the number of posts that appear on your main blog feed will not reduce the number of articles that you receive; it only reduces the number that are displayed. Additional posts will still be available in your Archive and Category lists, as well as in your 'more posts' link at the bottom of the blog page.

The process is made fairly easy with the following instructions:

1. Open your RelayPipe blog page file (the one where you are storing your RelayPipe Access Code, and that governs your display of posts);

2. Proceed with the following edits. Note that we are working in the area of your file from about line 30 to about 33, as shown in this next image:


 

3. Assuming you want to change the number of posts to '4', change the zero in line 30 to '4' as shown in the image below:


 

4. Next, replace the lines that start with 'else' and ends with '$_REQUESTS);' as shown in the image below...


 

5. ...with the following new lines as depicted in the image below (see files downloads below for written copies):


 

*NOTE that it is important to make sure the REQUEST and LIMIT variables are the same, and that while I have used '4' as my example, you can make this any number you would like to fit your page. I have circled these in the image below:


 

The image above shows how this should look in its final edited state in order to limit the page to four posts.

If you want the code for this section in a handy copy-and-paste format, download the 'quick-fix-file'.

If you want the entire edited page of Basic code from our pre-written RelayPipe examples, download the 'edited-basic-file'. Note that this will give you the code for limiting to 4 posts. You can change the number if you like. Also note that you will have to install your RelayPipe Access Code at the top of the file in order for it to work with your account.

Write us in the Support Ticket System in your ListPipe account if you have additional questions.

Videos Not Playing In IE

June 29th, 2012

We received a few queries regarding videos not playing in Microsoft IE.

If you are seeing a blank box or a 'broken icon' image where your video should be, it is likely that you are having trouble with your Flash player in IE. This is a common issue, and it is relatively easy to fix. All you need to do is update your Adobe Flash Player.

If you are having issues with video, please update Adobe Flash Player in your IE.

This issue appears to be exclusive to IE. If you continue to have problems, we highly recommend that you update to a modern browser including Firefox, Chrome, or Safari. -These browsers are designed with a more modern open standard and are compatible with more features of more sites.

I have included an example, there on the right. The top image is what the video looks like in IE when you do not have the latest Adobe Flash Player installed. The bottom image is the same video, immediately after the install. -Works like a charm!

RelayPipe Explained

May 3rd, 2012

RelayPipe™ is our exclusive web service that allows you to receive our content to your dynamic PHP site by adding special code to a page on your site.

NOTE: If you have a WordPress site, we recommend you use our WordPress Plugin, instead; it is a lot easier, and does the same thing.

RelayPipe is a RESTful web service that uses REST to serve Powerful Custom Content™ from ListPipe, via HTTP, so that developers can easily integrate this content into a custom dynamic site. If you are not familiar with REST, visit this page: http://en.wikipedia.org/wiki/Representational_State_Transfer

How RelayPipe Works

RelayPipe creates a handshake between the ListPipe engine and your dynamic website using the REST protocol. Content is stored in your account on the ListPipe system. Your site will display this content by retrieving it from ListPipe and then formatting it to your liking on your site (similar to how your site can display content from a database; although using REST protocol instead of SQL).

We provide example scripts in your account control panel to help illustrate the functionality of RelayPipe and give you a head start on implementing this into your own site. We also have a public RelayPipe Help Center that provides pre-written solutions that you can use to install RelayPipe on your own site.

RelayPipe requires that you have a unique RelayPipe Access Code, which you receive with your account when it is created as a RelayPipe account type. You will need to insert this code into specified areas of the code samples in order for them to work correctly.

It is important not to share your access code or post it where it can be found; the access code is the only level of security to prevent other people from connecting to your account and obtaining your content. Your access code is not your account password. If someone learns your access code, they will not be able to access your ListPipe account, but they will be able to access your RelayPipe data (for the record, your RelayPipe data is the content on your site, which is easily accessed simply by browsing your site, so the security risk is very small).

RelayPipe is designed to be simple. You simply use this URL to send a request to ListPipe, and the RelayPipe will return the requested data as a JSON array. You will open this URL using your programming language of choice and read its contents. For example, when using php, the 'file_get_contents' function is an excellent way to get the contents of the URL and then the 'json_decode' function can be used to convert the contents into an array.

You will also need to add the RelayPipeFunctions.php file to your site. Instructions for implementation are provided at the RelayPipe Help Center.

Ways To Connect With ListPipe

April 24th, 2012

ListPipe offers at least five ways to connect with our service. Whether you sign up for one of our internally hosted accounts or have your own site, we can get you connected with an array of connection technologies that are easy to install and require no management.

1. Internally hosted is our standard, out-of-the-box solution for those who don't have a site or want a second one that points to their first one. This is the easiest solution and takes only a few minutes to set up and be running. Our internally hosted sites are built on the WordPress framework and provide a host of management options.

2. WordPress plugin for those who have an external WordPress account and want our content, only. Our WordPress plugin is easy to install and takes only a minute or two; literally. This is an easy way to connect with ListPipe and allows you to maintain your own site by your own rules while receiving great custom content from our service.

3. RelayPipe™ for advanced integration with PHP websites. RelayPipe is a web service based on REST that allows you to create a new page with any of our various code samples and receive our content to that page. While we have made this solution fairly easy to implement, we recommend this solution for webmasters, only, because a knowledge of CSS and basic coding is highly recommended. (-That said, we have had newbies install this successfully, so if you are technically inclined and patient, it is possible.)

4. Domain Mapping is available for those who have an internally hosted account but want it to appear as a seamless extension of their existing site/domain. Once you have created your internally hosted ListPipe account, you can map a domain or sub-domain to the account using a handy took in our Control Panel. It only takes a few minutes to do, and will make your ListPipe site appear in the search engines as a natural extension of your existing domain. We highly recommend this if you have an internally hosted site.

5. An iFrame can be used to present an internally hosted site in a window on your existing page. This is a simple way to incorporate the blog content onto a site, but offers no additional SEO value than the externally hosted site already affords. Using an iFrame adds the convenience of showing all your content within a single site, but iFrames can be a little cumbersome. Some integrations we have seen have been done really well, others not so much. Your results will vary depending on your skill and the theme of your existing site.

Google Analytics In ListPipe

March 26th, 2012

We are pleased to announce that our ListPipe Control Panel now includes basic Google Analytics for each of our standard accounts.

It has been a long time coming, but we have completed phase 1 of this project, allowing each standard account to view basic analytics about their account including daily and accumulative visitation statistics for the last 30 days, pageviews, average time on the site and bounce rate.

We will certainly grow from this point, and are thrilled that we now have a method for users to measure basic performance on their site so they can track the effectiveness of various strategies and tactics for marketing their site. Users can watch the traffic and holding power of their site, and can measure content sharing and social media marketing  strategies to determine which work best for their business marketing audience.

Our analytics page includes a Legend, explaining each graph as well as suggestions for increasing traffic and basic performance.

To access your Google Analytics for your ListPipe account, simply login to your account home and click the new Analytics icon.

Currently, our analytics page will only show data for internally hosted accounts that are not mapped to an external domain (Domain Mapping). We can not currently show analytics for external accounts or for RelayPipe accounts. If you have your own site, you can incorporate Google Analytics without too much trouble by starting your own Google account and activating the Google Analytics feature. It only takes a few minutes and is free.

 

 

WordPress Plugin: ListPipe Content Generator

March 20th, 2012

Download our WordPress Plugin.

We get a lot of questions regarding our WordPress plugin. Mostly 'Where can I get it?', but there are a few other questions I would like to address in this quick post. For the record, the WordPress plugin is officially called the ListPipe Content Generator.

First, it is important to know that we recommend you install the plugin BEFORE you create your account.

The reason we want you to have the plugin installed and activated before you start your account is because we will attempt to push your initial content as part of the account creation process. If you do not have the plugin installed, the push will fail and you will not receive your first article(s).

This is not necessarily a huge problem; you will begin to receive content from our service within a week of installing and activating the plugin, but if you can get it done before you create your account you will receive content within the first hour.

Where Can I Get It?

There are three ways you can get the WordPress Plugin:

  1. The easiest place to get the plugin is within your own WordPress installation. Simply go to the 'Plugins' section of your WordPress Dashboard (on the left, about in the middle) and click 'Add New'. Perform a search for 'ListPipe Content Generator' to find the plugin, and then Install and Activate the plugin. Easy. Note that this only works for sites that have automation turned on, which most do.
  2. You can always download the ListPipe Content Generator plugin directly from WordPress.org, where our plugin resides and is made available to all WordPress users. To download from WordPress, go to: http://wordpress.org/extend/plugins/listpipe/ . Once you have downloaded the plugin, copy it to your Plugins folder in your site files (typically in root/wp-content/plugins - you will need an FTP client to do this) and then login to your WordPress site and visit your Plugins section to Activate the plugin.
  3. The ListPipe Content Generator plugin is available in your Account Home Toolbox (Control Panel). The problem with getting it from here is that it requires you to have an account, and we recommend that you install the plugin before you create your account. The reason we put it in the Toolbox is so that you have ready access to it if you should ever need it in the future when revising your site or for updates.

When Should I Install The WordPress Plugin?

As already addressed; we recommend installing and activating the plugin BEFORE you start your account.

The reason for this is that at the end of the sign up process we will attempt to deliver your first article. If the plugin is not installed and activated, we will not be able to deliver your initial content.

If you miss your initial content (we call it 'Startup Content'), you have two choices: You can simply install and activate the plugin and wait for your next week's content to arrive (should be there in the next week), or you can create a Support Ticket and ask that we push your Startup Content again.

Make sure that you have installed and activated the ListPipe Content Generator plugin on your site before you ask us to re-push your Startup Content.

What Does The Plugin Do?

The ListPipe Content Generator receives content from our service in a secure 'handshake' that lasts only a couple seconds.

The plugin basically acts as a 'catcher', just like a catcher in baseball; It simply waits for a pitch, and only responds when it is called. It doesn't initiate any of it's own processes; it only responds when called. It simply waits for our server to contact it and receives the new content in a secure 'handshake'.

During the secure 'handshake', our server communicates with your plugin and confirms your identity using a very secure and private random 'key'. The key is only good for a couple of seconds, and expires as soon as the transaction is complete. Once your identity is confirmed, our server delivers the content to your site with the permission of the plugin, and then the 'handshake' is closed. The plugin then simply waits for another call from our service. The plugin cannot receive a call from any other service because it uses a proprietary private key to establish the handshake.

Do I Have To Configure The Plugin?

No, You do not have to configure the plugin. There are no passwords to enter, and no settings to adjust; we do everything from within your account settings on our server. The plugin simply listens for a call, and uses your own URL to help us make a positive identification.

How Do I Remove The Plugin

If you should end the service with us, simply delete the plugin from your Plugins folder (typically in root/wp-content/plugins - you will need an FTP client to do this). That's all. You can also delete the plugin from within your WordPress Dashboard by going to Plugins and deactivating and then deleting the ListPipe Content Generator plugin. There is nothing more to do than this; deleting the plugin fully removes it from your system.

Why Did My Videos Stop Working?

March 9th, 2012

A Broken Video Window

We have received a few calls asking why videos seem to stop working.

For a few of our customers, the video portion of their content has been mysteriously replaced by a large black rectangle that won't display any video. The example to the right is what you might see on your site if your videos seem to have flown the coop.

If you have this issue, you might have noticed this after the content has been edited in some way, even though the video itself hasn't been modified. It might have occurred after you copied the content, and then re-pasted it exactly as it was with no modifications.

Why did your videos stop working?

The answer has to do with 'how' you edited or copied your content.

In your WordPress Editing Window you will notice two tabs on the top right corner of the editing window; one labeled 'Visual' and the other labeled 'HTML'.

Editing Window Showing Tabs At Upper Right

These are very important, and here is why; we publish your video content in an 'HTML wrapper', meaning that in your content you have a paragraph of HTML 'code' that includes instructions on where your browser can find the video file, and where to connect to a video player. This code is only available to you in the HTML tab, and is 'invisible' to you in the Visual tab.

When you move, copy or paste content from your site using the Visual Tab, you are copying a 'display only' version of the content, which does not include the HTML code for the video. If you paste the Visual content into another site, or onto another page, or in another applications such as a word processor, you are saving a copy of your content without the video code. When you paste it back, the video will be broken.

Video Code Example

While it seems you have not 'touched' the video portion of your site, in effect you have actually removed it by doing a copy and past.

The Solution

To solve this problem, make your edits in the HTML tab, or copy from the HTML tab to make sure you are getting all the video information. Small edits to your text can be safely performed in the Visual tab, however there are some cases where you may overwrite your video code without realizing it. For this reason we recommend editing in or copying from in the HTML tab, only.

A Functional Video Window

Editing in the HTML tab is really no different than editing in the Visual tab, but allows you to clearly see where the code elements are so you can avoid them or include them as you need to. Safely editing in the HTML tab will preserve your video and save you additional trouble.

NOTE: You should never have to make edits to the video code in any of your posts. Editing your video code (usually at the top of the post) is risky if you are unfamiliar with HTML, and can result in you losing access to the video in your post. Also, watch out for image code within your article, and avoid editing anything that has special characters or appears to be a code reference.

If you have missing videos on your site that you need help with, please create a new support ticket with a request for help with broken video.

Good luck!

 

Local Search Marketing Works

March 6th, 2012

ListPipe specializes in local search marketing with Powerful Custom Content written just for you.

I ran across a couple of very interesting statistics that indicate local search is not only gaining ground, but is a valuable method for marketing your business online.

  • Over 80%* of local searches are done online
  • Over 50%** of local searches result in a purchase
  • Millions use local search everyday

*Google   **eMarketer - October, 2009