# LNT-Feedimport A Wordpress Plugin to import Feeds (News) from remote sites.
## Description: In the admin area several feeds can be defined via a URL.
The URL is the feed of a specific category. ## URL example: https://www.eei.tf.fau.de/category/eei/feed/
In the frontend, this feed can be displayed formatted inside the text of a page. This is done with a shortcode.
## Shortcode Example: [feedimport id="1"]
On this page, all feeds are previewed. Each post is clickable and shows the full post. At the end of the full post is a link to return to the overview.
## Shortcode Options:
display="default" or "widget" (optional)
words="number" (optional, default: 15)
Max words inside preview. Possible Values: -1 (All Words), 0 (No Words), 1 and more (max words)
title="text" (optional) Title in preview (Only in "widget" Mode)
## Options Example: [feedimport id="1" display="widget" title="News" words="10"]
## Screenshot: ![Screenshot](lnt-feedimport.png)