Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • This issue is still happening on version 2.11

    Thanks! That worked, but it didn’t strip the shortcode:

    {"version":"1.1","identifier":"post-457669","language":"en","title":"Oshawa's Mike Star was a local music hero","documentStyle":{"backgroundColor":"#FFFFFF"},"layout":{"columns":7,"width":1024,"margin":100,"gutter":20},"components":[{"role":"container","layout":"headerContainerLayout","style":{"fill":{"type":"image","URL":"bundle:\/\/Mike-Star.png","fillMode":"cover"}},"behavior":{"type":"background_parallax"}},{"role":"title","text":"Oshawa's Mike Star was a local music hero","textStyle":"default-title"},{"role":"byline","text":"by Admin | Oct 6, 2015 | 2:09 PM","textStyle":"default-byline","layout":"byline-layout"},{"role":"body","text":"Ontario musicians and music fans are in mourning with the passing of Mike Shulga a.k.a. [Mike Star](http:\/\/www.thestar.com\/news\/insight\/2015\/10\/04\/mike-star-was-a-godfather-of-canadas-indiepunk-scene.html). He died suddenly on September 11 while vacationing in Cuba at age 64.\n\nStarting in 1974, Shulga opened Oshawa\u2019s vinyl-focused Star Records shop (later adding locations in Hamilton, St. Catherines, and Scarborough), hosted live music with his Star Club series (including appearances from Charlie Pickett and the Eggs, The Fleshtones, and Shadowy Men on a Shadowy Planet), and launched the Star Records label (with releases from The Forgotten Rebels, The Cynics, and Dr. Feelgood). On a local level, he offered support to Oshawa bands such as The Purple Toads and Durango 95 (sharing their name with a Ramones song, who also made an appearance at the shop). Watch Durango 95 live at the Star Club below:\n\n[youtube id=\u201dV1ZBUcQ-g4Y\u201d]\n\n\u201cStar Records was really an extension of Mike himself,\u201d says drummer McKeever of Toronto\u2019s [Pink Wine](http:\/\/www.aux.tv\/2014\/06\/premiere-listen-to-pink-wine-and-outtacontrollers-split-cassette-outtawine\/), who spent his formative years in Oshawa. \u201cI first came upon Star when I was nine years old. My earliest memory is seeing this wall display of Japanese imports from all these bands my friends and I loved, but we had never seen these albums before. The words \u2018import\u2019, \u2018picture disc\u2019, \u2018rare live\u2019, were hand written in blue crayon just below the price sticker on the sleeve of these mysterious releases. Records from unknown garage bands like Thee Milkshakes were just blasting. We thought, \u2018Who created this place?'\u201d\n\n\u201cI was amazed anyone could start a label,\u201d he continues. \u201cThe first Star Records product I bought was The Forgotten Rebels\u2019 _In Love with the System_. Mike was somewhat reluctant to sell it to me. Oh man, was that album a hit at \u2018Bring a Record to School Day\u2019 in grade 5. My teacher\u2019s face was like, \u2018Wha!! This is the album I get high to with my friends.\u2019 That inspired me to make a few cassette copies of my \u2018band\u2019 rehearsing and hand them out at school; photocopied inserts and all.\u201d\n\n\u201cMike also promoted hall shows billed as The Star Club,\u201d McKeever concludes. \u201cThose were my introduction to live local gigs and they were absolutely wild. The Cynics, Chesterfield Kings, and Barracudas all played there. People would rip the hall to sawdust. I thought that was normal. Needless to say very little has lived up to those shows. Most rock & roll musicians I know wanted to get out of Oshawa and move to big cities to play music. Mike prepared us for that.\u201d\n\nA loving piece from [_The Star_](http:\/\/www.thestar.com\/news\/insight\/2015\/10\/04\/mike-star-was-a-godfather-of-canadas-indiepunk-scene.html) includes other notable names such as Craig Laskey of Toronto\u2019s Horseshoe Tavern, Brendan Canning of Broken Social Scene, and Simon Oates of PANIC sharing their thoughts on Star\u2019s lasting legacy. Storied London, ON DJ WhatWave Dave broadcast a [tribute show](http:\/\/chrwradio.ca\/content\/radio-what-wave-playlist-september-242015-mike-star-tribute) featuring only Star Records releases or live recordings from the Star Club. Last year, Blue Rodeo and videographer Chris Mills included some melancholy shots of Shulga behind the counter in a short film. See the shop at 5:13 in the video below:\n\n[youtube id=\u201dRbezbrC6abo\u201d]\n\nIn a private ceremony for family and friends, Shulga was laid to rest with a dozen roses in Star Records\u2019 trademark yellow. Songs at the funeral included The Clash\u2019s \u201cKnow Your Rights\u201d and The Forgotten Rebels classic \u201cThis Ain\u2019t Hollywood.\u201d A memorial tribute concert is now in the planning stages and will be announced in the coming months.\n\n[vimeo id=\u201d164225355\u2033]","format":"markdown","textStyle":"default-body","layout":"body-layout"}],"componentTextStyles":{"default-body":{"textAlignment":"left","fontName":"AvenirNext-Regular","fontSize":18,"lineHeight":24,"textColor":"#000000","linkStyle":{"textColor":"#428bca"}},"default-title":{"fontName":"AvenirNext-Bold","fontSize":48,"lineHeight":52,"textColor":"#000000","textAlignment":"left"},"default-byline":{"textAlignment":"left","fontName":"AvenirNext-Medium","fontSize":17,"textColor":"#53585f"}},"componentLayouts":{"body-layout":{"columnStart":0,"columnSpan":5,"margin":{"top":25,"bottom":25}},"headerContainerLayout":{"columnStart":0,"columnSpan":7,"ignoreDocumentMargin":true,"minimumHeight":"50vh","margin":{"top":0,"bottom":25}},"byline-layout":{"columnStart":0,"columnSpan":7,"margin":{"top":10,"bottom":10}}},"metadata":{"excerpt":"Musicians mourn the beloved record store, venue, and label owner.","thumbnailURL":"bundle:\/\/Mike-Star.png","dateCreated":"2015-10-06T14:09:02-04:00","dateModified":"2016-05-02T20:48:41-04:00","datePublished":"2015-10-06T14:09:02-04:00","canonicalURL":"http:\/\/aux.dev\/2015\/10\/06\/oshawas-mike-star-was-a-local-music-hero\/","generatorIdentifier":"publish-to-apple-news","generatorName":"Publish to Apple News","generatorVersion":"1.0.8"},"advertisingSettings":{"frequency":1,"layout":{"margin":{"top":15,"bottom":15}}}}

    How would I use the filter? Here what I tried with no luck:

    function apple_news_videos( $content, $post_id ){
    	$content = strip_shortcodes( $post->post_content );
    	return $content;
    }
    add_filter( 'apple_news_exporter_content_pre', 'apple_news_videos', 10, 2 );

    The JSON file doesn’t return any content:

    {"version":"1.1","identifier":"post-457669","language":"en","title":"Oshawa's Mike Star was a local music hero","documentStyle":{"backgroundColor":"#FFFFFF"},"layout":{"columns":7,"width":1024,"margin":100,"gutter":20},"components":[{"role":"container","layout":"headerContainerLayout","style":{"fill":{"type":"image","URL":"bundle:\/\/Mike-Star.png","fillMode":"cover"}},"behavior":{"type":"background_parallax"}},{"role":"title","text":"Oshawa's Mike Star was a local music hero","textStyle":"default-title"},{"role":"byline","text":"by Admin | Oct 6, 2015 | 2:09 PM","textStyle":"default-byline","layout":"byline-layout"}],"componentTextStyles":{"default-title":{"fontName":"AvenirNext-Bold","fontSize":48,"lineHeight":52,"textColor":"#000000","textAlignment":"left"},"default-byline":{"textAlignment":"left","fontName":"AvenirNext-Medium","fontSize":17,"textColor":"#53585f"}},"componentLayouts":{"headerContainerLayout":{"columnStart":0,"columnSpan":7,"ignoreDocumentMargin":true,"minimumHeight":"50vh","margin":{"top":0,"bottom":25}},"byline-layout":{"columnStart":0,"columnSpan":7,"margin":{"top":10,"bottom":10}}},"metadata":{"excerpt":"Musicians mourn the beloved record store, venue, and label owner.","thumbnailURL":"bundle:\/\/Mike-Star.png","dateCreated":"2015-10-06T14:09:02-04:00","dateModified":"2016-05-02T20:36:52-04:00","datePublished":"2015-10-06T14:09:02-04:00","canonicalURL":"http:\/\/aux.dev\/2015\/10\/06\/oshawas-mike-star-was-a-local-music-hero\/","generatorIdentifier":"publish-to-apple-news","generatorName":"Publish to Apple News","generatorVersion":"1.0.8"},"advertisingSettings":{"frequency":1,"layout":{"margin":{"top":15,"bottom":15}}}}

    Thread Starter blue ant

    (@assafisaac)

    I had to update the plug in to get it to work

    Thread Starter blue ant

    (@assafisaac)

    Link to article

    Array
    (
        [headers] => Array
            (
                [date] => Wed, 06 Apr 2016 13:14:58 GMT
                [request-id] => 95ca05fb-8782-49c0-89a9-470a0731d3a4
                [location] => https://u48r14.digitalhub.com/articles/029645e1-37f8-4e9e-8ef4-9654cdbbc491
                [content-type] => application/json;charset=UTF-8
            )
    
        [body] => {"data":{"createdAt":"2016-04-06T13:14:59Z","modifiedAt":"2016-04-06T13:14:59Z","id":"029645e1-37f8-4e9e-8ef4-9654cdbbc491","type":"article","shareUrl":"https://apple.news/AApZF4Tf4Tp6O9JZUzbvEkQ","links":{"channel":"https://u48r14.digitalhub.com/channels/207a7e95-44e0-4917-86ee-24b9cd25fc59","self":"https://u48r14.digitalhub.com/articles/029645e1-37f8-4e9e-8ef4-9654cdbbc491","sections":["https://u48r14.digitalhub.com/sections/ca175098-5449-33ba-8018-41860bd35f74"]},"document":{"version":"0.10","identifier":"post-108144","language":"en","title":"B.C. man records black bear wildly rubbing against a tree in his backyard","documentStyle":{"backgroundColor":"#FFFFFF"},"layout":{"columns":7,"width":1024,"margin":100,"gutter":20},"components":[{"role":"title","text":"B.C. man records black bear wildly rubbing against a tree in his backyard","textStyle":"default-title"},{"role":"container","layout":"headerContainerLayout","style":{"fill":{"type":"image","URL":"bundle://Screen-Shot-2016-04-06-at-8.35.03-AM.png","fillMode":"cover"}},"behavior":{"type":"background_parallax"}},{"role":"byline","text":"by Jenna Wootton | Apr 6, 2016 | 9:14 AM","textStyle":"default-byline","layout":"byline-layout"},{"role":"body","text":"On Monday, a B.C. man captured what looks like a scene from the real-life _Jungle Book_.\n\nAnmore resident Jim Korchinski was finishing his morning coffee when he saw a black bear emerge from the nearby forest and “scamper up the back garden.”\n\nLiving outside the city of Vancouver, Korchinski is used to seeing wildlife, and even bears, cross through his backyard, but he’s never seen anything like this.\n\nJust before the bear made it over to a tree that his kids planted in the backyard, Korchinski pulled out his camera. He recorded the bear leaning against the pine, then recklessly moving back and forth, even going as far as to pull the top branch down.\n\n[youtube id=”S_on8St-ick”]\n\n“It was a very well practiced technique that’s for sure,” [Korchinski told CBC News](https://www.cbc.ca/news/canada/british-columbia/bear-scratch-anmore-1.3520020).\n\n“I just thought the neat part was where he reached behind with his paw and grabbed the top of the branch and kind of pulled it over…there was another spot that needed attention,” he said.","format":"markdown","textStyle":"dropcapBodyStyle","layout":"body-layout"},{"role":"banner_advertisement","bannerType":"standard","layout":"advertisement-layout"},{"role":"body","text":"But even though it looks like the bear is going to extra lengths to scratch an itch, according to experts, that might not be what the bear’s doing at all.\n\nThere have been many theories as to why bears rub against trees in the past: some thought females would rub trees as they came into oestrus, while others believed bears were giving their backs a good scratch to get rid of parasites or pick up sap that would act as insect repellent.\n\nBut after spending nearly a decade [studying this behaviour](https://www.sciencedaily.com/releases/2007/09/070909221303.htm), ecologist Dr. Owen Nevin determined that bears rub against trees to mark their turf—at least when it comes to adult males. He believes that they’re leaving their scent behind as a way of communicating with other males that they’re looking for breeding females.\n\nWhatever the bear is doing, it sure is entertaining, and Korchinski is happy it went for something other than his hot tub cover.\n\n“We’re hopeful that he’s finally found something that makes him happy, so that he can stop chewing our hot tub cover to pieces!” he posted in the description alongside [his Youtube video](https://www.youtube.com/watch?v=S_on8St-ick).\n\n\n\n\n[brightcove title=”More From Cottage Life:” id=”4797370058001″ player_id=”4744962545001″ player_key=”AQ~~,AAACAakpSPE~,T6feCa2L1MJe8OiJ62jss-7nDKbnxs7h”]","format":"markdown","textStyle":"default-body","layout":"body-layout"}],"componentTextStyles":{"dropcapBodyStyle":{"textAlignment":"left","fontName":"AvenirNext-Regular","fontSize":18,"lineHeight":24,"textColor":"#000000","linkStyle":{"textColor":"#428bca"},"dropCapStyle":{"numberOfLines":2,"numberOfCharacters":1,"fontName":"Georgia-Bold","textColor":"#000000"}},"default-body":{"textAlignment":"left","fontName":"AvenirNext-Regular","fontSize":18,"lineHeight":24,"textColor":"#000000","linkStyle":{"textColor":"#428bca"}},"default-title":{"fontName":"AvenirNext-Bold","fontSize":48,"lineHeight":52,"textColor":"#000000","textAlignment":"left"},"default-byline":{"textAlignment":"left","fontName":"AvenirNext-Medium","fontSize":17,"textColor":"#53585f"}},"componentLayouts":{"body-layout":{"columnStart":0,"columnSpan":5,"margin":{"top":25,"bottom":25}},"advertisement-layout":{"columnStart":0,"columnSpan":7,"margin":{"top":25,"bottom":25}},"headerContainerLayout":{"columnStart":0,"columnSpan":7,"ignoreDocumentMargin":true,"minimumHeight":"50vh","margin":{"top":0,"bottom":25}},"byline-layout":{"columnStart":0,"columnSpan":7,"margin":{"top":10,"bottom":10}}},"metadata":{"excerpt":"On Monday, a B.C. man captured what looks like a scene from the real-life Jungle Book.\r\nAnmore resident Jim Korchinski was finishing his morning coffee when he saw a black bear emerge from the nearby forest and “scamper up the back garden.”\r\nLiving outside the city of Vancouver, Korchinski is used to seeing wildlife, and even bears, cross through his backyard, but he’s never seen anything like this.\r\nJust before the bear made it over to a tree that his kids planted in the backyard, Korchinski pulled out his camera. He recorded the bear leaning against the pine, then recklessly moving back and forth, even going as far as to pull the top branch down.\r\n[youtube id=\"S_on8St-ick\"]\r\n“It was a very well practiced technique that’s for sure,” Korchinski told CBC News.\r\n“I just thought the neat part was where he reached behind with his paw and grabbed the top of the branch and kind of pulled it over…there was another spot that needed attention,” he said.\r\nBut even though it looks like the bear is going to extra lengths to scratch an itch, according to experts, that might not be what the bear’s doing at all.\r\nThere have been many theories as to why bears rub against trees in the past: some thought females would rub trees as they came into oestrus, while others believed bears were giving their backs a good scratch to get rid of parasites or pick up sap that would act as insect repellent.\r\nBut after spending nearly a decade studying this behaviour, ecologist Dr. Owen Nevin determined that bears rub against trees to mark their turf—at least when it comes to adult males. He believes that they're leaving their scent behind as a way of communicating with other males that they’re looking for breeding females.\r\nWhatever the bear is doing, it sure is entertaining, and Korchinski is happy it went for something other than his hot tub cover.\r\n“We’re hopeful that he’s finally found something that makes him happy, so that he can stop chewing our hot tub cover to pieces!” he posted in the description alongside his Youtube video.\r\n\r\n[brightcove title=\"More From Cottage Life:\" id=\"4797370058001\" player_id=\"4744962545001\" player_key=\"AQ~~,AAACAakpSPE~,T6feCa2L1MJe8OiJ62jss-7nDKbnxs7h\"]\r\n","thumbnailURL":"bundle://Screen-Shot-2016-04-06-at-8.35.03-AM.png","canonicalURL":"https://cottagelife.com/news/b-c-man-records-black-bear-wildly-rubbing-against-a-tree-in-his-backyard","generatorIdentifier":"publish-to-apple-news","generatorName":"Publish to Apple News","generatorVersion":"1.0.5"}},"revision":"AAAAAAAAAAD//////////w==","state":"PROCESSING","accessoryText":null,"title":"B.C. man records black bear wildly rubbing against a tree in his backyard","isCandidateToBeFeatured":false,"isSponsored":false,"isPreview":true,"isDevelopingStory":false}}
        [response] => Array
            (
                [code] => 201
                [message] => Created
            )
    
        [cookies] => Array
            (
            )
    
        [filename] =>
    )

    i’m interested in this feature as well. how can we get it done?

Viewing 6 replies - 1 through 6 (of 6 total)