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

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# Make Tabbloid

 作者：[mhawksey](https://profiles.wordpress.org/mhawksey/)

[下载](https://downloads.wordpress.org/plugin/make-tabbloid.zip)

 * [详情](https://cn.wordpress.org/plugins/make-tabbloid/#description)
 * [评价](https://cn.wordpress.org/plugins/make-tabbloid/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/make-tabbloid/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/make-tabbloid/#developers)

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

## 描述

**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/)

## 屏幕截图

[⌊Screenshot of an example outputted PDF from 'Tabbloid'⌉⌊Screenshot of an example
outputted PDF from 'Tabbloid'⌉[

Screenshot of an example outputted PDF from ‘Tabbloid’

## 安装

 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.

## 常见问题

  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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Make Tabbloid」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「Make Tabbloid」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/make-tabbloid)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/make-tabbloid/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/make-tabbloid/)，或通过[RSS](https://plugins.trac.wordpress.org/log/make-tabbloid/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/make-tabbloid/)。

## 更新日志

**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

## 额外信息

 *  版本 **1.0**
 *  最后更新：**16 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 2.5 或更高版本 **
 *  已测试的最高版本为 **2.8.1**
 *  语言
 * [English (US)](https://wordpress.org/plugins/make-tabbloid/)
 * 标签
 * [newsletter](https://cn.wordpress.org/plugins/tags/newsletter/)[pdf](https://cn.wordpress.org/plugins/tags/pdf/)
   [printable](https://cn.wordpress.org/plugins/tags/printable/)[tabloid](https://cn.wordpress.org/plugins/tags/tabloid/)
 *  [高级视图](https://cn.wordpress.org/plugins/make-tabbloid/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/make-tabbloid/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/make-tabbloid/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/make-tabbloid/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://www.rsc-ne-scotland.org.uk/mashe/make-tabbloid-plugin/)