Khaledgarbaya / ama

Ask me anything!
https://github.com/Khaledgarbaya/ama/issues?q=is%3Aissue+is%3Aclosed
4 stars 0 forks source link

Contentful Google Calendar Embed #8

Closed arianadavis closed 4 years ago

arianadavis commented 4 years ago

Hello Khaled 👋🏽 , currently a subscriber to your newsletter and throughly enjoy the content you email over.

Wanted to get your insight about embedding content using Contentful. You recently discussed in your recent newsletter mentioning YouTube video embed's. Was wondering if this would method would correlate as well with possibly embedding a Google Calendar?

Looking forward to your response!

Best,

arianadavis commented 4 years ago

Was able to find a way easier & more direct approach to implementing a Google Calendar. Instead of going the extent of creating a new component I ended up using this method:

<div *ngIf="pageName == '/neighborhood'"> <iframe src=""></iframe> </div>

Which states if the URL is on the " neighborhood" syntax then display the calendar.