View Issue Details

IDProjectCategoryView StatusLast Update
0008314mantisbtplug-inspublic2011-09-07 17:07
Reportervboctor Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status acknowledgedResolutionopen 
Summary0008314: Support for extensible embedding objects like YouTube and data like customer data
Description

Support embedding tags like:

[embed type=mytype]myparam[/embed]

The users should be able to easily implement support for their own types.

I've attached a patch that implements the infrastructure and the support for YouTube and TinyPicVideo as examples.

Lets see if there is a demand for it and people can find good use for it. Note that you can embed data extracted from some database or web service. For example:

[embed type=customerdata]John Doe[/embed]

The custom implementation for this type can fetch the latest information and display it inline.

Tagspatch
Attached Files
embedding_objects.zip (1,991 bytes)

Relationships

has duplicate 0010443 closedvboctor Embedded videos 
related to 0009030 closedvboctor [PATCH] Add a custom function to format custom fields 

Activities

vboctor

vboctor

2009-06-11 18:51

manager   ~0022105

We should implement this as plugin.