Title: Make Tabbloid
Author: mhawksey
Published: <strong>6. 1. 2009</strong>
Last modified: 2. 6. 2010

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://s.w.org/plugins/geopattern-icon/make-tabbloid.svg)

# Make Tabbloid

 Autor: [mhawksey](https://profiles.wordpress.org/mhawksey/)

[Stáhnout](https://downloads.wordpress.org/plugin/make-tabbloid.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/make-tabbloid/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/make-tabbloid/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/make-tabbloid/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/make-tabbloid/#developers)

 [Podpora](https://wordpress.org/support/plugin/make-tabbloid/)

## Popis

**THE END** HP recently removed 3rd party access to their Tabbloid service which
breaks this plugin. An entirely open source alternative which can be self-hosted,
called ‚Make PDF Newspaper‘ has been developed and can be [downloaded here](https://wordpress.org/extend/plugins/make-pdf-newspaper/).

The ‚Make Tabbloid‘ plugin integrates with HP’s [Tabbloid Service](http://www.tabbloid.com)
to automatically create printer friendly ‚tabloid‘ editions of your WordPress blog
in an attractive magazine/newspaper format.

The plugin includes a widget to let you control how you advertise your ‚tabloid 
edition‘. You can also choose to display a thumbnail of your custom newsletter (
powered by [http://view.samurajdata.se/](http://view.samurajdata.se/)) to let your
readers see what they are missing.

**Key features**

 * **NEW!** – Option to include QR codes for each post
 * Customisable banner text (default is Today’s Tabbloid)
 * Option to automatically footnote all the links which appear in a post (using 
   tinyurl to shorten long links)
 * Integrated widget to display thumbnail of your publication (or function code 
   to include in your template)
 * Option to aggregate more than one RSS feed within your publication
 * New editions automatically generated when new posts are added

See the ‚screenshot‘ for a summary of the features.

For an example of its usage visit [http://www.rsc-ne-scotland.org.uk/mashe/](http://www.rsc-ne-scotland.org.uk/mashe/)

### Upgrade Notices

This plugin in now obsolete and users should updrade to [Make PDF Newspaper](https://wordpress.org/extend/plugins/make-pdf-newspaper/)

## Snímky obrazovky

 * [[
 * Screenshot of an example outputted PDF from ‚Tabbloid‘

## Instalace

 1. Upload the `make-tabbloid` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress
 3. Go to [http://www.tabbloid.com/developer](http://www.tabbloid.com/developer) and‚
    agree to do no evil‘ then click on ‚Make me cool‘ to get an API key
 4. Via the ‚Settings‘ menu enter your Tabbloid API key and then add the RSS feed of
    your blog
 5. You can then either add Make Tabbloid to your sidebar as a widget or by placing`
    <?php do_makeTabbloid('linkName','fileName', showThumbnail, 'bannerTitle'); ?>`
    in your template

The script needs write access to your Blog directory. Check out the [WordPress Codex](https://codex.wordpress.org/Changing_File_Permissions)
or have a look at the FAQ for help.

## Nejčastější dotazy

  I get an fopen error and / or permission denied

If you get permission errors make sure that the script has writing rights in your
blog directory. Try to creating a file with your chosen pdf filename (e.g. mytabbloid.
pdf) manually, upload it with a ftp program and set the rights to 777 with CHMOD.
A good tutorial for changing file permissions can be found on the [WordPress Codex](https://codex.wordpress.org/Changing_File_Permissions).

  Why is my PDF file blank

Either [Tabbloid](http://www.tabbloid.com) is struggling with your RSS feed or your
feed is making its way to the front of the queue to be tabloided. Try going to www.
tabbloid.com, adding your feed url and clicking ‚Generate sample issue now‘. If 
it doesn’t generate a PDF either wait an hour and try again or drop a line to the
techies at Tabbloid.

  Why doesn’t the thumbnail appear?

The thumbnail is generated by [http://view.samurajdata.se/](http://view.samurajdata.se/)
so there may by a problem with the 3rd party site. Images are also cached for 3 
days so changes may take this long to filter through.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Make Tabbloid je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ mhawksey ](https://profiles.wordpress.org/mhawksey/)

[Přeložte “Make Tabbloid” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/make-tabbloid)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/make-tabbloid/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/make-tabbloid/), nebo se
přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/make-tabbloid/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/make-tabbloid/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

**1.0.0** – The End. HP have removed API access. Please upgrade to updrade [Make PDF Newspaper](https://wordpress.org/extend/plugins/make-pdf-newspaper/)

**0.9.6** – Update

 * Option to include QR codes at the end of posts

**0.9.5.2** – Minor Fix

 * Minor fix to prevent slashes when using the widget

**0.9.5.1** – Minor Bug Fix and Readme update

 * Minor fix to a bug in the widget control panel

**0.9.5** – Update/Fix

 * Implemented the ability to customise the banner/header text used in the pdf publication.
   It can be controlled via the widget menu or calling the function do_makeTabbloid(‚
   linkName‘,’fileName‘, showThumbnail, ‚bannerTitle‘).
 * Minor fix to prevent „format error: Not a PDF or corrupted“ (I think this was
   something to do with utf encoding, but I’m not sure)

**0.9.4.2** – Minor Bug Fix

 * Minor fix for Parse error: syntax error, unexpected T_IF, expecting ‚{‚ in …/
   wp-content/plugins/make-tabbloid/make-tabbloid.php on line 371

**0.9.4.1** – Minor Bug Fix

 * Minor fix to the prevent Feedburner redirect (Fixes: call_user_func_array() [
   function.call-user-func-array]: First argument is expected to be a valid callback,‚
   mt_ prevent_feedburner‘ was given in /wp-includes/plugin.php on line 339)

**0.9.4** – Bug Fix

 * Fixed custom feed (?feed=make-tabbloid) to prevent redirect to Feedburner

**0.9.3** – Major update

 * Fixed the duplicate function
 * Included a custom feed for tabbloid which automatically footnotes all the links
   within posts and uses TinyURL to shorten any long links

**0.9.2** – What was I thinking

**0.9.1** – Bug Fix

 * Fix to get current list of feeds registered with Tabbloid

**0.9** – Initial Release

## Meta

 *  Verze **1.0**
 *  Poslední aktualizace **před 16 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 2.5 nebo novější **
 *  Testováno až do WordPressu **2.8.1**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/make-tabbloid/)
 * Štítky
 * [newsletter](https://cs.wordpress.org/plugins/tags/newsletter/)[pdf](https://cs.wordpress.org/plugins/tags/pdf/)
   [printable](https://cs.wordpress.org/plugins/tags/printable/)[tabloid](https://cs.wordpress.org/plugins/tags/tabloid/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/make-tabbloid/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Přidat moje hodnocení](https://wordpress.org/support/plugin/make-tabbloid/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/make-tabbloid/reviews/)

## Spolupracovníci

 *   [ mhawksey ](https://profiles.wordpress.org/mhawksey/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/make-tabbloid/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://www.rsc-ne-scotland.org.uk/mashe/make-tabbloid-plugin/)