Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to provide some custom namespace for my item nodes #38

Closed
aahutsal opened this issue Apr 15, 2016 · 1 comment
Closed

I would like to provide some custom namespace for my item nodes #38

aahutsal opened this issue Apr 15, 2016 · 1 comment

Comments

@aahutsal
Copy link

For instance this code does not work as expected:

          feed.addItem({
              title: "some title",
              link: "http://my.link",
              "gd:name": {                                                                                                                       
                "gd:givenName": p.firstname,                                                                                                                  
                "gd:familyName": p.lastname,                                                                                                                  
                "gd:fullName": p.firstname + " " + p.lastname,                                                                                                
              }});              
@jpmonette
Copy link
Owner

Please, if this is still an issue, feel free to re-open using the New Feature Issue template. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants