Loading...
 
Display contents of another web page

Plugin Snarf

Use this wiki plugin to include the body (HTML) text at the URL given in the url argument. It is similar to Integrator.

Parameters

Display the contents of another web page
Introduced in Tiki 1. Required parameters are in bold.
Go to the source code
Preferences required: wikiplugin_snarf

Parameters Accepted Values Description Default Since
url url Full URL to the page to include. 1
cache int Cache time in minutes. Default is to use site preference, Set to 0 for no cache. 5.0
colors text Syntax highlighting to use for code snippets (Plugin Code is used for this) 3.0
ajax text Text to click on to fetch the URL via Ajax 6.0
regex text PCRE-compliant regular expression pattern to find the parts you want changed 1
regexres text PCRE-compliant regular expression replacement syntax showing what the content should be changed to 1
ishtml (blank)
1
0
Set to Yes (1) to display the content as is instead of escaping HTML special characters (not set by default). 3.0
ln (blank)
1
0
Set to Yes (1) to add line numbers to code snippets (not shown by default) 3.0
rtl (blank)
1
0
Switch the text display from left to right to right to left 3.0
wiki (blank)
1
0
Parse wiki syntax within the code snippet (not parsed by default). 0 3.0
wrap (blank)
1
0
Enable/disable word wrapping of snippets of code (enabled by default) 1 3.0


Arbitrary regex replacement can be done on this content using regex and regexres , which are used as the first and second arguments to preg_replace PHP function, respectively, after pulling out just the <body> data.

Examples

Copy to clipboard
{SNARF (url="http://www.livejournal.com/users/rlpowell/2418.html" regex="/.*<!-- Content -->.*?<td>(.*?)<\/td>.*?<\/div>(.*?)<hr.*?<!-- \/Content -->.*/s" regexres="<p>$1</p>$2")}[http://www.livejournal.com/users/rlpowell/2418.html] {SNARF}


To include the content of a page of another Tiki installation you can use the following syntax:

Copy to clipboard
{snarf url="http://my.foo.bar/tiki-index_raw.php?page=ExamplePage" wrap="1" ishtml="1" cache="20"}
 Note
Do NOT type: ".../tiki-index.php?page=..." BUT ".../tiki-index_raw.php?page=..."

Copy to clipboard
{snarf url="https://tiki.org/tiki-index_raw.php?page=Shared_t_o_footer&clean" ishtml=1}


Produces:
(currently output is "broken" in Tiki 20.x on this site )

Copy to clipboard

Shared_t_o_footer

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki
Show PHP error messages