Git Product home page Git Product logo

Comments (6)

kessiler avatar kessiler commented on August 16, 2024

Thanks to report!
I will review and update the component.

from google-adsense.

Jookus avatar Jookus commented on August 16, 2024

I think the generated "ins"-node may not be found by the adsense library , because in my website it is created in the shadowDOM.

from google-adsense.

a-haan avatar a-haan commented on August 16, 2024

Still not working after a few tests

from google-adsense.

busynest avatar busynest commented on August 16, 2024

create a slot within your custom element. then pass your adsense in throught your new tag. derf

from google-adsense.

zricethezav avatar zricethezav commented on August 16, 2024

Any update on this?

from google-adsense.

busynest avatar busynest commented on August 16, 2024

Yes, I figured it out last night but have not got back to it yet.
This wrapper is not needed.
The problem is the custom element itself does not have functionality, because you have not written it in. derf, it's new!

I bet there is a js property you can set to communicate outside of the DOM wall, but I'll get there later.

For now, use the slot, because that is the standard now.

  1. add ">slot<" "> /slot<" into your custom element where you want to place your a.d.
  2. ">my-element<" Place AdSense Code Here ">/my-element<"
  • Your custom element should be loaded from app-shell (upper most container)

*This works because first slot is undefined and loads any content passed into the new tag.

from google-adsense.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.