[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
Facebook Videos - REDAXO Forum
Hallo,

Wir haben in letzter Zeit festgestellt, dass die Kommunikation via Slack viel schneller und zielführender ist als ein Beitrag im Forum. Aufgrund der neuen und besseren Möglichkeiten der Kommunikation haben wir uns entschlossen das Forum nur noch als Archiv zur Verfügung zu stellen. Somit bleibt es weiterhin möglich hier nach Lösungen zu suchen. Neue Beiträge können nicht mehr erstellt werden.

Wir empfehlen, für deine Fragen/Probleme Slack zu nutzen. Dort sind viele kompetente Benutzer aktiv und beantworten jegliche Fragen, gerne auch von REDAXO-Anfängern! Slack wird von uns sehr intensiv und meistens "rund um die Uhr" benutzt :-)
Selbst einladen kannst Du dich hier: https://redaxo.org/slack/
MightyBeforeGod
Beiträge: 8
Registriert: 1. Dez 2011, 09:58

Facebook Videos

1. Dez 2011, 10:05

Hello. I am new at using redaxo, and I need some help. I am trying to use some videos from facebook, but when I use the advanced code editor to put in the HTML it won't save my code. All I get are some Javascript errors. I can "run this script" and the videos show up in preview, but when I click "Save Slice" the videos disappear. In fact, the CMS is not saving any new content.

For the record, I am not the developer that set Redaxo up, I was contacted by another developer's unhappy client, so I have no idea what has been done or changed.

Ingo
Beiträge: 782
Registriert: 24. Jun 2010, 00:34

Re: Facebook Videos

1. Dez 2011, 14:49

You can build a simple module for html code. Add a new module, name it "html" or whatever you like. Then you get two textareas for the module's input (this generates the ui where the user can fill in content) and the module's output (this generates the frontend output)

code for textarea one (input)

Code: Alles auswählen

<textarea name=VALUE[1] cols=80 rows=20 style='width:100%'>REX_VALUE[1]</textarea>
code for texarea two (output)

Code: Alles auswählen

REX_HTML_VALUE[1]
I don't know what you refer to as "advanced code editor" so I can't help you with that.

MightyBeforeGod
Beiträge: 8
Registriert: 1. Dez 2011, 09:58

Re: Facebook Videos

2. Dez 2011, 08:54

"Advanced code editor" is in the CMS when adding content and you click the little button that says "HTML". I dont know why I thought it was called that, I thought I saw it somewhere....

Anyway, I am not sure where to add a module. I cannot seem to find the control for that. when I log into the CMS all I see is "Structure" and "Mediapool" on the left. Then at the top I see "Profile" and "Logout". Am I missing something?

Thank you so much for your help...

Benutzeravatar
Xong
Beiträge: 2081
Registriert: 5. Jun 2008, 08:30
Wohnort: Halle (Saale)

Re: Facebook Videos

2. Dez 2011, 09:25

Hi MightyBeforeGod,

you need an account with administrative privileges to modify your Redaxo installation.
MightyBeforeGod hat geschrieben:g is in the CMS when adding content and you click the little button that says "HTML".
There is no general "Advanced code editor". Redaxo is a CMS where the developer can create unique input possibilities. So the module you call "Advanced code editor" is not necessarily known by anyone in this forum.
LG,
Xong

[ externes Bild ] Määääääääääääääääääääääääh!

MightyBeforeGod
Beiträge: 8
Registriert: 1. Dez 2011, 09:58

Re: Facebook Videos

9. Dez 2011, 10:32

The code for the HTML input worked! Thank you!

Zurück zu „Sonstiges“